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; }