From 78fe09655c8dfcb7e977e6f04ebd5cd517ff7e87 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 29 Jun 2026 16:41:10 +0800
Subject: [PATCH] 修改名称

---
 src/views/loginPage/loginPage.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/loginPage/loginPage.vue b/src/views/loginPage/loginPage.vue
index 0bfc8b9..e3b5c20 100644
--- a/src/views/loginPage/loginPage.vue
+++ b/src/views/loginPage/loginPage.vue
@@ -75,11 +75,11 @@
           position: relative;
 
           img{
-            width: 103%;
+            width: 100%;
             height: auto;
             position: absolute;
             bottom: -180px;
-            right: 15%;
+            right: 5%;
             margin-top: 40px;
           }
         }
@@ -161,12 +161,12 @@
             border-radius: 15px;
             box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
             .welcc {
-              font-size: 52px;
+              font-size: clamp(2.625rem, 1.911rem + 1.12vw, 3.25rem);
               font-family: 'PingFang SC';
               text-align: right;
               font-weight: 900;
               color: #485BD4;
-              letter-spacing: 6px;
+              letter-spacing: 2px;
               white-space: nowrap;
               position: relative;
               z-index: 999;

--
Gitblit v1.9.2