From fc805fb9e6dcea6e9b5b719efbd8d7baf12ee9ac Mon Sep 17 00:00:00 2001 From: chenJinxu <2183691628@qq.com> Date: Fri, 22 Dec 2023 20:36:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E7=99=BB=E9=99=86?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=9B=BE=E7=89=87=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/login.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/login/login.scss b/src/views/login/login.scss index 4febcf6..23ef168 100644 --- a/src/views/login/login.scss +++ b/src/views/login/login.scss @@ -14,12 +14,14 @@ flex-direction: column; .login-bg-img { + height: 800px; + width: 800px; padding: 5%; @include center(); img { - height: 100%; - width: 100%; + height: 800px; + width: 800px; object-fit: contain; } }