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