From 7d5ccdc467608aca3cd2cf831635dc4e904e01a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E8=BF=90=E6=A8=A1?= <1724894114@qq.com> Date: Fri, 19 Jul 2024 16:07:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 23e31e6..65d84d6 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -156,9 +156,9 @@ .login_adv__mask { background-size: cover; - background-position: 20%; + background-position: center; background-repeat: no-repeat; - background-image: url(https://dm-auto.oss-cn-shanghai.aliyuncs.com/xw_cloud/image/login_back.png); + background-image: url(https://dm-auto.oss-cn-shanghai.aliyuncs.com/xw_cloud/image/login_back1.png); width: calc(100% - 460px); height: 100%; position: absolute;