From 8296816e95bc4c4cba378d2e4bc4d0e1d2d14f90 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 08 七月 2024 09:43:07 +0800 Subject: [PATCH] 发版环境 --- src/views/home/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 857a1ab..8ea1bc8 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1,7 +1,7 @@ <template> <div class="home-page container mx-auto flex justify-between py-6"> <UserPanel class="flex-shrink-0 mr-5 sticky top-6"></UserPanel> - <InfoPanel class="flex-shrink-0 grow"></InfoPanel> + <InfoPanel class="grow"></InfoPanel> </div> </template> -- Gitblit v1.8.0