From caa09ce704aa98b0e231ffb35d1811d4db4bf465 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 18 二月 2025 14:27:06 +0800
Subject: [PATCH] gx

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

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index aa53bc4..84c8149 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -48,7 +48,7 @@
 import { useThemeConfig } from '/@/stores/themeConfig';
 import { NextLoading } from '/@/utils/loading';
 import logoMini from '/@/assets/logo-mini.svg';
-import loginMain from '/@/assets/login-main.svg';
+import loginMain from '/@/assets/imgs/login.jpg';
 import loginBg from '/@/assets/login-bg.svg';
 
 // 引入组件
@@ -117,8 +117,10 @@
 			width: 100%;
 			height: 52%;
 			img {
-				width: 100%;
-				height: 100%;
+				text-align: center;
+				margin-left: 20%;
+				width: 500px;
+				height: 500px;
 				animation: error-num 0.6s ease;
 			}
 		}

--
Gitblit v1.8.0