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>