|
@@ -560,7 +560,7 @@
|
|
|
'description', // 给表单赋值或拉取表单时,该input对应的key
|
|
|
]"
|
|
|
:maxLength='50'
|
|
|
- :auto-size="{ minRows: 3, maxRows: 5 }"
|
|
|
+ :auto-size="{ minRows: 5, maxRows: 6 }"
|
|
|
@change="descriptionChange"
|
|
|
/>
|
|
|
<span style="position:absolute;bottom:5px;right:10px;line-height:24px"><span style="color:#1890ff">{{descriptionlength.length || 0}}</span>/50</span>
|