From 62feaa429971245b5837c456ef830e87a75b7a14 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 28 十一月 2024 15:45:24 +0800
Subject: [PATCH] 修改首页

---
 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