From 27fa90378fce4e58b3b8b328cc62d0aa452800f3 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期三, 11 六月 2025 10:12:16 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/FZCZTB --- 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