perf: 去掉字数限制

This commit is contained in:
rd
2025-08-11 13:35:08 +08:00
parent 85514ca4f1
commit 8a164c9c21

View File

@ -409,7 +409,6 @@ export default {
v-model={form.value.end_work_link}
placeholder="请输入..."
size="large"
max-length={72}
auto-size={{ minRows: 3, maxRows: 5 }}
/>
</FormItem>