forked from github/dataease
Merge pull request #7589 from dataease/pr@dev-v2@refactor_tab-length
refactor: 增加Tab标题字符限制长度为50
This commit is contained in:
commit
88bc16e94c
@ -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