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

Loading…
Cancel
Save