From b25402c91cd4d2370c4338c8f8981f2e6e23fe5b Mon Sep 17 00:00:00 2001 From: donqi Date: Sun, 5 Mar 2023 22:24:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=BA=95=E9=83=A8=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E8=A2=AB=E9=81=AE=E6=8C=A1=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/home.vue | 3 ++- style/default.css | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/index/home.vue b/pages/index/home.vue index 569f706..fb1680f 100644 --- a/pages/index/home.vue +++ b/pages/index/home.vue @@ -32,7 +32,7 @@ - + @@ -117,6 +117,7 @@ + diff --git a/style/default.css b/style/default.css index 4404ea3..d82e9e9 100644 --- a/style/default.css +++ b/style/default.css @@ -2,6 +2,12 @@ margin-bottom: calc(120rpx + constant(safe-area-inset-bottom) / 2); margin-bottom: calc(120rpx + env(safe-area-inset-bottom) / 2); } + +.occupancy-bottom-bar { + width: 100%; + height: calc(120rpx + constant(safe-area-inset-bottom) / 2); + height: calc(120rpx + env(safe-area-inset-bottom) / 2); +} .fixed-bottom-bar { position: fixed !important;