From 230728b8d28b610b5d3042f5ef495a7f4bd45e53 Mon Sep 17 00:00:00 2001
From: du <13220750630.163.com>
Date: 星期二, 10 六月 2025 10:51:19 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 easegen-front/src/views/Login/Login.vue |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/easegen-front/src/views/Login/Login.vue b/easegen-front/src/views/Login/Login.vue
index ebca7cb..443689e 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;
 }
@@ -143,13 +150,13 @@
 
 @media ( max-width:1550px ){
   .bei .BeiArea .Left-Area .TitleText h1{
-    font-size: 2.4rem !important;
+    font-size: 2.6rem !important;
   }
 }
 
 @media ( max-width:1050px ){
   .bei .BeiArea .Left-Area .TitleText h1{
-    font-size: 2rem !important;
+    font-size: 2.6rem !important;
   }
 }
 

--
Gitblit v1.9.3