From 9819d97e3a34dd488b8870d64d7d4b52dcf6c76a Mon Sep 17 00:00:00 2001 From: zhangds Date: Tue, 4 Jun 2024 14:03:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index-style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index-style.css b/index-style.css index edda938..c3443ef 100644 --- a/index-style.css +++ b/index-style.css @@ -6,6 +6,7 @@ #app { width: 100%; + min-height: 100vh; padding-bottom: 0.2rem; position: relative; background-color: #3387c2; @@ -21,7 +22,7 @@ height: 4.66rem; background-color: #c0ddf3; border-radius: 0.15rem; - margin: -1.2rem auto 0 auto; + margin: -0.6rem auto 0 auto; display: flex; justify-content: center; align-items: center;