From e29932c247871e8921b210e311c8ea4a57d721ce Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期三, 26 二月 2025 17:29:17 +0800
Subject: [PATCH] bug修改

---
 src/views/homePage.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/homePage.vue b/src/views/homePage.vue
index 8c5d64d..cb2c2a8 100644
--- a/src/views/homePage.vue
+++ b/src/views/homePage.vue
@@ -426,11 +426,11 @@
   height: 100%;
   position: absolute;
   right: 0;
-  top: -30px;
+  top: -20px;
   transform: translateY(30px);
   opacity: 0;
   -webkit-opacity: 0;
-  min-height: 620px;
+  min-height: 600px;
   border-radius: 16px;
   background: #fff;
   padding: 30px;

--
Gitblit v1.9.2