From 4d27ebdad0f9924545d74ba832406c154f6a5fba Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 17 Mar 2022 18:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B9=E6=9E=9C=E7=A0=B4=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/common.scss b/src/components/common.scss index 0fc2f37..ed6650d 100644 --- a/src/components/common.scss +++ b/src/components/common.scss @@ -18,8 +18,9 @@ } page { - width: 100%; - height: 100%; + width: 100vw; + min-height: 100vh; + overflow-x: hidden; background-color: #f3f6f9; overflow-y: auto; } @@ -760,7 +761,7 @@ button::after { } .btn-wrapper { - .btn{ + .btn { width: 686px; height: 88px; line-height: 88px;