bill 4 月之前
父節點
當前提交
3c81d47093
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>