@@ -412,7 +412,14 @@ export default {
{
name: 'el-input',
md: 24,
- attributes: { disabled: false, placeholder: '请输入', type: "textarea" },
+ attributes: {
+ disabled: false,
+ placeholder: '请输入',
+ type: "textarea",
+ autosize: { minRows: 2, maxRows: 4 },
+ maxlength: 50,
+ 'show-word-limit': true
+ },
formItemAttributes: {
label: '服务介绍',
prop: 'intro',