From 9488f2bcb346c32c64f2c4eb5814fece8726b363 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期四, 05 六月 2025 17:16:02 +0800
Subject: [PATCH] 点击线上地址打开页面

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

diff --git a/Web/src/views/login/index.vue b/Web/src/views/login/index.vue
index 521a905..bfc9d88 100644
--- a/Web/src/views/login/index.vue
+++ b/Web/src/views/login/index.vue
@@ -129,13 +129,14 @@
 <style scoped lang="scss">
 .login-container {
 	height: 100%;
-	background-color: rgba(53, 62, 84);
+	// background-color: rgba(53, 62, 84);
 	.login-left {
 		width: 50%;
 		height: 100%;
 		float: left;
 		justify-content: center;
-		background: url('/@/assets/login-icon-two3.svg') no-repeat left center fixed;
+		background: url('/@/assets/login-icon-two3.svg')  no-repeat left center;
+		background-size: cover;
 		.login-carousel {
 			position: relative;
 			top: 50%;

--
Gitblit v1.9.1