From d54ef2a3463e0129909741bf7fb0ac355bebe54d Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期二, 04 六月 2024 10:16:37 +0800 Subject: [PATCH] feat:课表考试信息 --- src/views/home/components/user-panel/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/home/components/user-panel/index.vue b/src/views/home/components/user-panel/index.vue index 6df38f4..443a832 100644 --- a/src/views/home/components/user-panel/index.vue +++ b/src/views/home/components/user-panel/index.vue @@ -1,5 +1,5 @@ <template> - <div class="user-panel sticky max-w-sm min-w-96"> + <div class="user-panel max-w-sm min-w-96 h-fit"> <el-card class="card"> <div class="panel-content flex flex-col items-center"> <div class="avatar-container w-40 h-40 rounded-full overflow-hidden"> -- Gitblit v1.8.0