From e18e3b164bacd66ada1572b14299a3400f14bc1b Mon Sep 17 00:00:00 2001
From: Flex <q1406482700@163.com>
Date: 星期一, 09 六月 2025 17:31:37 +0800
Subject: [PATCH] 修改登录页样式

---
 easegen-front/src/views/Login/Login.vue |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/easegen-front/src/views/Login/Login.vue b/easegen-front/src/views/Login/Login.vue
index ebca7cb..2e08bb6 100644
--- a/easegen-front/src/views/Login/Login.vue
+++ b/easegen-front/src/views/Login/Login.vue
@@ -4,7 +4,8 @@
       <!-- 宸︿晶鍥剧墖 -->
       <div class="Left-Area">
         <div class="TitleText">
-          <h1>鏁板瓧浜烘櫤鑳戒氦浜掑钩鍙�</h1>
+          <h1>鏁板瓧浜�</h1>
+          <h1>鏅鸿兘浜や簰骞冲彴</h1>
         </div>
       </div>
       <!-- 鍙宠竟鐨勭櫥褰曠晫闈� -->
@@ -90,7 +91,7 @@
 }
 
 .bei .BeiArea .Left-Area {
-  width: 500px;
+  width: 420px;
   height: 450px;
   display: flex;
   justify-content: center;
@@ -100,6 +101,7 @@
 
 .bei .BeiArea .Left-Area .TitleText {
   display: flex;
+  flex-direction: column;
   justify-content: center;
   align-items: center;
 }
@@ -107,13 +109,18 @@
 .bei .BeiArea .Left-Area .TitleText h1 {
   color: #fff;
   font-size: 2.6rem;
+  text-align: center;
+}
+
+.bei .BeiArea .Left-Area .TitleText h1:first-of-type{
+  margin-bottom: 20px;
 }
 
 .bei .BeiArea .form-box {
   box-sizing: border-box;
   background: #fff;
   /* width: calc(400px + (100vw - 1900px) * 0.5); */
-  width: 500px;
+  width: 420px;
   height: 450px;
   padding: 20px 40px;
 }

--
Gitblit v1.9.3