From bbf6d337c9641c0d1bf2c57f05310e59c104990b Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 29 May 2026 15:04:43 +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