uniapp小程序3.0 新增收货地址 控件样式问题选择不到 最后2个地址 iphoneX

This commit is contained in:
gaoxs
2020-07-22 17:44:37 +08:00
parent 1ce1f4316a
commit 50d77fbcda

View File

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