From 41e7dc7ab10332eba6bb7b547690496733300594 Mon Sep 17 00:00:00 2001 From: MTrun <1262327911@qq.com> Date: Sat, 12 Mar 2022 11:45:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E4=B8=8D=E9=80=82=E9=85=8D=E5=A4=A7=E5=B0=BA=E5=AF=B8?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= 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 794388ff..66188909 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -271,7 +271,7 @@ $carousel-image-height: 60vh; align-items: center; margin-top: -$--header-height; height: $go-login-height; - max-width: $--max-width; + width: 100vw; &-carousel { width: $carousel-width; margin-top: 100px; @@ -318,7 +318,7 @@ $carousel-image-height: 60vh; display: flex; justify-content: space-around; align-items: center; - width: $--max-width; + width: 100vw; height: 100vh; background: url('@/assets/images/login/login-bg.png') no-repeat 0 -120px; .bg-slot {