mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
style(图表): 图表标题备注的长度限制,调整到512
This commit is contained in:
parent
cc1f9e273e
commit
f4c27bef0e
@ -1372,7 +1372,7 @@ export default {
|
||||
field_can_not_empty: '字段不能为空',
|
||||
conditions_can_not_empty: '字段的条件不能为空,若无条件,请直接删除该字段',
|
||||
remark: '备注',
|
||||
remark_placeholder: '备注限制50个字符',
|
||||
remark_placeholder: '备注限制512个字符',
|
||||
remark_show: '显示备注',
|
||||
remark_edit: '编辑备注',
|
||||
remark_bg_color: '背景填充',
|
||||
|
@ -383,7 +383,7 @@ watch(
|
||||
type="textarea"
|
||||
autosize
|
||||
v-model="tempRemark"
|
||||
:maxlength="50"
|
||||
:maxlength="512"
|
||||
clearable
|
||||
:placeholder="t('chart.remark_placeholder')"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user