bill 1 年之前
父节点
当前提交
e006ba0ad0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"
     >