From a25aa103c05348214df4eea6b091fac654dfa20d Mon Sep 17 00:00:00 2001
From: shenrongliang <1328040932@qq.com>
Date: 星期三, 16 四月 2025 17:18:52 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/easegen-front/src/views/Login/Login.vue b/easegen-front/src/views/Login/Login.vue
index f2497c3..fcf78da 100644
--- a/easegen-front/src/views/Login/Login.vue
+++ b/easegen-front/src/views/Login/Login.vue
@@ -55,7 +55,7 @@
   width: 100%;
   height: 100%;
   background-image: url('@/assets/imgs/bei.png');
-  background-size: 100% 100%;
+  background-size: 100%;
 }
 .form-box{
   width: 25%;
@@ -63,7 +63,7 @@
   box-sizing: border-box;
   background: #fff;
   float: right;
-  margin-top: 25vh;
+  margin-top: 30vh;
   margin-right: 10vw;
 }
 </style>

--
Gitblit v1.9.3