From a82becad983272d32943aa0174635ad2177895eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 30 Nov 2023 20:47:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/login/index.scss b/src/views/login/index.scss index 4d88be7d..616f78af 100644 --- a/src/views/login/index.scss +++ b/src/views/login/index.scss @@ -19,10 +19,10 @@ .left { flex: 1; background-image: url('@/assets/image/login_bg.png'); - background-position: -28px -48px; - background-size: 1100px 700px; + background-position:13px center; + background-size: 1000px 100%; border-radius: 30px; - background-repeat: repeat-y; + background-repeat: no-repeat; } .right { flex: 1;