@@ -32,6 +32,7 @@
:label="item.placeholder"
:key="item.label">
<el-input
+ :rows="item.type === 'textarea' ? 6 : 1"
:type="item.type"
size="small"
:name="item.prop"