textbox会穿透到弹层里

发布于 8 年前作者 jwen9091 次浏览最后编辑 8 年前来自 issues

点击所在地前:

点击所在地后:textbox里录入的详细地址会穿透到弹层里,没被遮住

textbox会穿透到弹层里,我弹层已经设了z-index为9999,把textbox换成input就好的

2.弹层代码:

.cascade_box {
font-size: 32rpx;
 width: 100%;
 height: 100vh;
 position: fixed;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 z-index: 99999;
}
1 回复
gangkong
gangkong1 楼6 年前

麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html