Skip to content

Commit

Permalink
Update Subconverter.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
CareyWang authored Mar 29, 2024
1 parent e06b3ed commit 6428d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Subconverter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</div>
<el-form label-position="left">
<el-form-item prop="uploadConfig">
<el-input v-model="uploadConfig" type="textarea" :autosize="{ minRows: 15, maxRows: 15 }" maxlength="5000"
<el-input v-model="uploadConfig" type="textarea" :autosize="{ minRows: 15, maxRows: 30 }" maxlength="10000"
show-word-limit></el-input>
</el-form-item>
</el-form>
Expand Down

0 comments on commit 6428d8a

Please sign in to comment.