From b87be3f4fb48b68361f3ee13575a7a21755e7183 Mon Sep 17 00:00:00 2001 From: birt <2499248221@qq.com> Date: 星期日, 13 四月 2025 13:21:02 +0800 Subject: [PATCH] birtzhang --- 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