瀏覽代碼

Update: upload max-length

CareyWong 5 年之前
父節點
當前提交
8bab447428
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/Subconverter.vue

+ 1 - 1
src/views/Subconverter.vue

@@ -200,7 +200,7 @@
             v-model="uploadConfig"
             type="textarea"
             :autosize="{ minRows: 15, maxRows: 15}"
-            maxlength="3000"
+            maxlength="5000"
             show-word-limit
           ></el-input>
         </el-form-item>