From 4fdf29bac329c1856a02cfd26e066dd5e27359b8 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 8 Oct 2024 11:03:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6=20placeholder=20=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E6=94=AF=E6=8C=81=E8=AE=BE=E7=BD=AE=20#11881?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/editor/editor-style/VQueryChartStyle.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue index 0dba2b5f3b..675eacb261 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue @@ -132,6 +132,10 @@ const checkBold = type => { chart.value.customStyle.component[type] = chart.value.customStyle.component[type] ? '' : 'bold' } +const handleCurrentPlaceholderChange = () => { + snapshotStore.recordSnapshotCache() +} + const checkItalic = type => { if (!chart.value.customStyle.component.labelShow) return chart.value.customStyle.component[type] = chart.value.customStyle.component[type] ? '' : 'italic' @@ -406,6 +410,7 @@ if (props.element.propValue.length) { >