Browse Source

Update: upload max-length

develop
CareyWong 4 years ago
parent
commit
8bab447428
  1. 2
      src/views/Subconverter.vue

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

Loading…
Cancel
Save