选择收货地址被挡住

This commit is contained in:
Gaoxs
2020-10-20 10:29:22 +08:00
parent 943a040730
commit 1f65cbd59b

View File

@ -195,7 +195,6 @@ export default {
background-color: #fff; background-color: #fff;
z-index: 1502; z-index: 1502;
position: relative; position: relative;
height: 800rpx;
padding-bottom: 0; padding-bottom: 0;
padding-bottom: constant(safe-area-inset-bottom); padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);
@ -203,7 +202,7 @@ export default {
height: 100%; height: 100%;
} }
.swiper { .swiper {
height: 100%; height: 800rpx;
} }
} }
.cityselect-header { .cityselect-header {