style: 回退调整navbar的高度为56

This commit is contained in:
xinxin.wu 2024-04-26 14:30:39 +08:00 committed by 刘瑞斌
parent 287cc34535
commit 647e553c99
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@
// TODO
const cardOverHeight = computed(() => {
const contentPadding = 32; // 16+16
const navbarHeight = 54; //
const navbarHeight = 56; //
const layoutContentPaddingBottom = 16; //
if (isFullScreen.value) {
return 106;

View File

@ -41,7 +41,7 @@
</a-drawer>
<a-layout class="layout-content" :style="paddingStyle">
<a-spin :loading="appStore.loading" :tip="appStore.loadingTip">
<a-scrollbar class="flex h-[calc(100vh-54px)] flex-col gap-[8px] overflow-auto">
<a-scrollbar class="flex h-[calc(100vh-56px)] flex-col gap-[8px] overflow-auto">
<MsBreadCrumb />
<a-layout-content>
<slot name="page">