Explorar o código

提交一下

1
mo %!s(int64=3) %!d(string=hai) anos
pai
achega
73702a828b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/categroyManager/productSystem/memberSet.vue

+ 2 - 2
src/views/categroyManager/productSystem/memberSet.vue

@@ -134,13 +134,13 @@
           :rules="[{ required: true, message: '请输入会员介绍' }]"
         >
           <el-input
-            maxlength="50"
+            maxlength="200"
             show-word-limit
             :disabled="addDisabled"
             v-model.trim="form.intro"
             autocomplete="off"
             type="textarea"
-            :rows="3"
+            :rows="5"
             style="width: 620px"
           ></el-input>
         </el-form-item>