From 140af94e56edc593e03b9dd38aa85075f8d40001 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 14 Jan 2022 09:25:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 39dca036..298f518a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -47,8 +47,8 @@ body { } uni-page-body { - // min-height: 100%; - height: 100vh; + min-height: 100%; + // height: 100vh; background: #f5f5f5; position: relative; }