Browse Source

'补充1.1.2的下单制'

魏志佳 4 years ago
parent
commit
70a57b645d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/modules/workBench/materialList.vue

+ 1 - 1
src/views/modules/workBench/materialList.vue

@@ -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>