From 4ca6474cf4b90dd1b4ebe88306e361bb873b9f23 Mon Sep 17 00:00:00 2001 From: birt <2499248221@qq.com> Date: 星期日, 13 四月 2025 13:19:37 +0800 Subject: [PATCH] 123 --- zhitan-vue/src/layout/components/AppMain.vue | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/zhitan-vue/src/layout/components/AppMain.vue b/zhitan-vue/src/layout/components/AppMain.vue index 552c76d..fb2159e 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 { @@ -74,6 +74,11 @@ } } } + +/* 鐢ㄦ埛涓汉璧勬枡椤电壒娈婇珮搴﹀鐞� */ +.user-profile-container { + min-height: calc(100vh - 50px) !important; +} </style> <style lang="scss"> -- Gitblit v1.9.3