From 349c48e168b9f2580334422228acde7d1b21bede Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 05 Jun 2026 11:19:15 +0800
Subject: [PATCH] 1

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

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 222a692..f9da4c4 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -223,7 +223,11 @@
         width: 100%;
 
         img {
-            width: 8.5rem;
+            width: auto;
+            max-width: 280px;
+            height: auto;
+            max-height: 120px;
+            object-fit: contain;
         }
     }
 

--
Gitblit v1.9.3