uniapp,textarea设置高度不生效
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了uniapp,textarea设置高度不生效相关的知识,希望对你有一定的参考价值。
参考技术Ahttps://uniapp.dcloud.io/component/textarea
多行输入框。
属性说明
微信小程序textArea输入框随着输入字数自适应高度
参考技术A wxml文件内容fixed='true' 如果 textarea 是在一个 position:fixed 的区域,需要显示指定属性 fixed 为 true
contenteditable="true" 是否自动增高,设置auto-height时,style.height不生效
placeholder-style 指定 placeholder 的样式
placeholder 输入框为空时占位符
wxss文件内容
以上是关于uniapp,textarea设置高度不生效的主要内容,如果未能解决你的问题,请参考以下文章
解决uniapp组件uni-file-picker设置:disable-preview=“true“关闭预览不生效的问题 - 禁用图片预览无效的手动解决办法
uniapp踩坑记录-外部scss文件使用scss语法不生效