bill 4 tháng trước cách đây
mục cha
commit
3c81d47093
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/animation/right/subtitle.vue

+ 2 - 2
src/views/animation/right/subtitle.vue

@@ -11,7 +11,7 @@
               class="nameInput"
               placeholder="请输入名称"
               v-model="data.name"
-              :maxlength="100"
+              :maxlength="50"
             />
           </SignItem>
         </ui-group-option>
@@ -25,7 +25,7 @@
               type="richtext"
               placeholder="请输入旁白"
               v-model="data.content"
-              :maxlength="200"
+              :maxlength="500"
             />
           </SignItem>
         </ui-group-option>