From b0530ed9211230227a8f94e394eda779d5ae5fc1 Mon Sep 17 00:00:00 2001 From: birt <2499248221@qq.com> Date: 星期日, 13 四月 2025 01:51:52 +0800 Subject: [PATCH] birtzhang --- zhitan-vue/src/layout/components/AppMain.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/zhitan-vue/src/layout/components/AppMain.vue b/zhitan-vue/src/layout/components/AppMain.vue index 552c76d..2eaa2bb 100644 --- a/zhitan-vue/src/layout/components/AppMain.vue +++ b/zhitan-vue/src/layout/components/AppMain.vue @@ -27,7 +27,8 @@ position: relative; overflow: hidden; background: #110f2e; - padding: 14px 0 0 14px; + padding: 14px; + box-sizing: border-box; } .fixed-header + .app-main { @@ -37,8 +38,7 @@ .hasTagsView { .app-main { /* 84 = navbar + tags-view + padding = 70 + 56 + 14 */ - min-height: calc(100vh - 125px); - // padding: 20px; + min-height: calc(100vh - 110px); } .fixed-header + .app-main { @@ -55,7 +55,8 @@ position: relative; overflow: hidden; background: #f7f8fa; - padding: 14px 0 0 14px; + padding: 14px; + box-sizing: border-box; } .fixed-header + .app-main { @@ -65,8 +66,7 @@ .hasTagsView { .app-main { /* 84 = navbar + tags-view + padding = 70 + 56 + 14 */ - min-height: calc(100vh - 125px); - // padding: 20px; + min-height: calc(100vh - 110px); } .fixed-header + .app-main { -- Gitblit v1.9.3