This commit is contained in:
Gao xiaosong
2020-08-03 01:52:49 +08:00
13 changed files with 57 additions and 26 deletions

View File

@ -196,6 +196,9 @@ export default {
z-index: 1502;
position: relative;
height: 800rpx;
padding-bottom: 0;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
.cityScroll {
height: 100%;
}