From 5a21697d7eaed1c20f8500479ef7f37a2c9852c1 Mon Sep 17 00:00:00 2001
From: Flex <q1406482700@163.com>
Date: 星期五, 30 五月 2025 17:21:17 +0800
Subject: [PATCH] 补充提交登录页

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

diff --git a/easegen-front/src/views/Login/Login.vue b/easegen-front/src/views/Login/Login.vue
index bcd8ecd..8cfeb65 100644
--- a/easegen-front/src/views/Login/Login.vue
+++ b/easegen-front/src/views/Login/Login.vue
@@ -113,7 +113,8 @@
 @media screen and ( max-width: 1300px )  {
 
   .form-box{
-    width: 80% !important;
+    width: 50% !important;
+    height: 70% !important;
     margin: 0 auto !important;
   }
 
@@ -123,4 +124,10 @@
   
 }
 
+@media (max-width:1650px) and ( min-width: 1400px )  {
+  .bei .BeiArea .Left-img .TitleText{
+    margin-left: 0;
+  }
+}
+
 </style>

--
Gitblit v1.9.3