问题模块 框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
API和组件 微信小程序 Bug textarea 客户端 6.7.1 2.2.5
- 当前 Bug 的表现(可附上截图)
- 预期表现
窗口底部用 position:fixed; 固定了一个评论框,点击textarea键盘拉起后,输入文字超出两行后文字就开始错位上面出现空白,下面的文字被覆盖,请问如何解决?
wxml:
wxss:
#footer{
position: fixed;
bottom: 0;
width: 100%;
background-color: white;
border: 1px solid gray;
}
#footer textarea{
margin-top: 10rpx;
margin-bottom: 10rpx;
border: 1px blue solid;
border-radius: 20rpx;
}
微信小程序开发问题解答
微信小程序开发者回答:
麻烦更新一下微信版本重新尝试
本文网址:http://www.91bianli.com/weixinxiaochengxu/33128.html