临时解决方案:
<uni-popup type="center">
<view class='wrapper'>
【这里放弹窗内容】
</view>
</uni-popup>
.wrapper {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999999999;
justify-content: center;
align-items: center;
}
1 个评论
要回复文章请先登录或注册
DCloud_UNI_HT