From 27851836dc36962221cdf799f6020f64c1f1e9ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Tue, 30 Jun 2026 11:49:06 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E5=9B=BA=E5=AE=9Aheader=E7=9A=84=E6=97=B6=E5=80=99=20?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E6=BB=91=E5=8A=A8=E5=9D=97=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/AppMain.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index a0afd821..d973a19b 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -64,6 +64,14 @@ function addIframe() { } } +.app-main:not(.with-fixed-header) { + min-height: calc(100vh - 64px); +} + +.app-main.with-tags-view:not(.with-fixed-header) { + min-height: calc(100vh - 105px); +} + .app-main.with-fixed-header { padding-top: 76px; min-height: calc(100vh - 76px);