Merge pull request #7589 from dataease/pr@dev-v2@refactor_tab-length

refactor: 增加Tab标题字符限制长度为50
This commit is contained in:
王嘉豪 2024-01-11 15:56:34 +08:00 committed by GitHub
commit 88bc16e94c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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