refactor: 增加Tab标题字符限制长度为50

This commit is contained in:
wangjiahao 2024-01-11 15:55:05 +08:00
parent 1ef0a58e79
commit cc4af0d423

View File

@ -84,7 +84,7 @@
>
<el-input
v-model="state.textarea"
maxlength="10"
maxlength="50"
:placeholder="$t('dataset.input_content')"
/>
<template #footer>