From 89b94f3cc1aa492b3223b97f3312d8eca004032b Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期四, 05 六月 2025 14:20:48 +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