From 45b4ff5c0b824d2e5b51a6af3c44076d05f0214d Mon Sep 17 00:00:00 2001 From: whychdw <496960745@qq.com> Date: 星期三, 18 十二月 2024 13:21:28 +0800 Subject: [PATCH] 内容提交 --- src/layout/components/AppMain.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 5f98604..c675000 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -27,14 +27,14 @@ <style lang="scss" scoped> .app-main { /* 50= navbar 50 */ - min-height: calc(100vh - 50px); + min-height: calc(100vh - 64px); width: 100%; position: relative; overflow: hidden; } .fixed-header+.app-main { - padding-top: 50px; + padding-top: 64px; } .hasTagsView { @@ -44,7 +44,7 @@ } .fixed-header+.app-main { - padding-top: 84px; + padding-top: 98px; } } </style> -- Gitblit v1.9.1