bill 1 anno fa
parent
commit
e006ba0ad0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/view/case/draw/edit-shape/title.vue

+ 1 - 1
src/view/case/draw/edit-shape/title.vue

@@ -3,7 +3,7 @@
     <el-input
       @focus="$emit('inputIng', true)"
       @blur="$emit('inputIng', false)"
-      :maxlength="100"
+      :maxlength="50"
       style="width: 220px"
       v-model="value"
     >