From a50583e7bef498e9e8b1e64867c87987dbbb8ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Thu, 22 Feb 2024 23:43:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E9=A1=B6=E9=83=A8=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E6=A8=A1=E5=BC=8F=20AppMain=20=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/AppMain/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/layout/components/AppMain/index.vue b/src/layout/components/AppMain/index.vue index 5eb2a657..f9770dfd 100644 --- a/src/layout/components/AppMain/index.vue +++ b/src/layout/components/AppMain/index.vue @@ -73,11 +73,13 @@ const cachedViews = computed(() => tagsViewStore.cachedViews); // 缓存页面 .layout-top { .fixed-header + .app-main { + min-height: calc(100vh - $navbar-height); padding-top: 0; } .hasTagsView { .fixed-header + .app-main { + min-height: calc(100vh - $navbar-height); padding-top: $tags-view-height; } }