From 304f819d3e9b2498ebdb70b99b632cda67725a52 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Sun, 31 May 2026 17:57:32 +0800
Subject: [PATCH] 1

---
 src/views/login/index.vue |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 7833928..d5eb802 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -128,18 +128,19 @@
 
 /* Logo:紫色渐变圆角方框 */
 .login-logo-wrap {
-    width: 72px;
-    height: 72px;
-    border-radius: 18px;
-    background: linear-gradient(135deg, #2c1a5c 0%, #5a37a5 100%);
+    width: 100px;
+    height: 100%;
+    border-radius: 6px;
+    // background: linear-gradient(135deg, #2c1a5c 0%, #5a37a5 100%);
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 24px;
 }
 .login-logo {
-    width: 44px;
-    height: 44px;
+    width: 100%;
+    height: 100%;
+    border-radius: 6px;
     object-fit: contain;
 }
 

--
Gitblit v1.9.3