From 75ea1445c903b72c3618f48c77bb68fdbbde5c90 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期三, 11 六月 2025 16:52:46 +0800 Subject: [PATCH] no message --- 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