forked from github/dataease
refactor: 增加tab标题最大长度 #7558
This commit is contained in:
parent
6d7e1d10d0
commit
15cef50e4f
@ -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')"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user