iview inoput type=textarea 禁止拉伸
Posted web-zqk
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iview inoput type=textarea 禁止拉伸相关的知识,希望对你有一定的参考价值。
设置 :maxRows、minRows相同即可
<Input v-model="formValidate.remark" type="textarea" :rows="3" :autosize="{maxRows: 3,minRows: 3}" placeholder="请输入"/>
以上是关于iview inoput type=textarea 禁止拉伸的主要内容,如果未能解决你的问题,请参考以下文章