From e0dfddeac3af855d53201bc378c7e7528d29376b Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Sat, 21 Jan 2023 16:47:17 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=88=A0=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 7a9bc115e1ebb44247ab0a60a626765aad071f22 --- src/layout/components/AppMain.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 43f8b130..224f9240 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -38,6 +38,7 @@ const tagsViewStore = useTagsViewStore(); .fixed-header + .app-main { padding-top: 84px; + min-height: 100vh; } }