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;