refactor: 增加tab标题最大长度 #7558

This commit is contained in:
wangjiahao 2024-01-17 15:56:23 +08:00
parent 6d7e1d10d0
commit 15cef50e4f

View File

@ -131,7 +131,7 @@
v-model="textarea" v-model="textarea"
type="textarea" type="textarea"
:rows="2" :rows="2"
maxlength="10" maxlength="20"
show-word-limit show-word-limit
:placeholder="$t('dataset.input_content')" :placeholder="$t('dataset.input_content')"
/> />