feat: 意见组件高度自适应
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<el-form-item :prop="prop" label-width="0">
|
<el-form-item :prop="prop" label-width="0">
|
||||||
<el-input :disabled="disabled"
|
<el-input :disabled="disabled"
|
||||||
type="textarea"
|
type="textarea"
|
||||||
:rows="3"
|
:autosize="{ minRows: 3 }"
|
||||||
resize="none"
|
resize="none"
|
||||||
placeholder="请输入意见"
|
placeholder="请输入意见"
|
||||||
:value="value"
|
:value="value"
|
||||||
|
|||||||
Reference in New Issue
Block a user