From f4c27bef0e0dcc132592b3f28d87a3b24ff2f069 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Mon, 21 Oct 2024 15:44:46 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=9B=BE=E8=A1=A8):=20=E5=9B=BE=E8=A1=A8?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E5=A4=87=E6=B3=A8=E7=9A=84=E9=95=BF=E5=BA=A6?= =?UTF-8?q?=E9=99=90=E5=88=B6=EF=BC=8C=E8=B0=83=E6=95=B4=E5=88=B0512?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/zh-CN.ts | 2 +- .../components/editor/editor-style/components/TitleSelector.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index e695efd0d4..2b2965e464 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -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: '背景填充', diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/TitleSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/TitleSelector.vue index b63e272839..c7da2f2fa0 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/TitleSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/TitleSelector.vue @@ -383,7 +383,7 @@ watch( type="textarea" autosize v-model="tempRemark" - :maxlength="50" + :maxlength="512" clearable :placeholder="t('chart.remark_placeholder')" />