mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
Merge pull request #7589 from dataease/pr@dev-v2@refactor_tab-length
refactor: 增加Tab标题字符限制长度为50
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
>
|
||||
<el-input
|
||||
v-model="state.textarea"
|
||||
maxlength="10"
|
||||
maxlength="50"
|
||||
:placeholder="$t('dataset.input_content')"
|
||||
/>
|
||||
<template #footer>
|
||||
|
||||
Reference in New Issue
Block a user