forked from github/dataease
refactor: 增加Tab标题字符限制长度为50
This commit is contained in:
parent
1ef0a58e79
commit
cc4af0d423
@ -84,7 +84,7 @@
|
||||
>
|
||||
<el-input
|
||||
v-model="state.textarea"
|
||||
maxlength="10"
|
||||
maxlength="50"
|
||||
:placeholder="$t('dataset.input_content')"
|
||||
/>
|
||||
<template #footer>
|
||||
|
Loading…
Reference in New Issue
Block a user