
.stores-top {
width: 100%;
height: 88upx;
position: fixed;
top: 0upx;
left: 0upx;
right: 0upx;
z-index: 1;
}
此时点击input框d起软键盘,固定在页面顶部的输入框会随着页面整体滑动。
解决:
在pages.json中加入
"style": {
"softinputMode": "adjustResize"
}
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)