如何使textarea显示滚动条

加上这个属性就可以了
style="overflow-x:visible"横向的滚动条
style="overflow-y:visible"纵向的滚动条
style="overflow:visible"横纵向的滚动条

<textarea wrap="soft" style="width:100%;height:60px;overflow:visible" id="specificTasks" name="specificTasks" class="easyui-validatebox textboxArea" data-options="validType:'length[0,2000]'">${position.specificTasks}</textarea>

猜你喜欢

转载自blog.csdn.net/weixin_44919928/article/details/91649080