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