From 3933d3aa143e87f92387d2c3a31f65c192685efc Mon Sep 17 00:00:00 2001 From: AliooWang <64893838+AliooWang@users.noreply.github.com> Date: 星期日, 13 四月 2025 14:05:15 +0800 Subject: [PATCH] Merge pull request #58 from zhitan-cloud/jiayu1.0 --- 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