From 2dd2342585bfc9f5b8ef2a10a65811166d5e31de Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Mon, 28 Jul 2025 16:43:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A0=E6=AF=94=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/editor-style/components/graphicTextSelector.vue | 1 + .../core-frontend/src/views/chart/components/editor/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/graphicTextSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/graphicTextSelector.vue index 02a6875..db756cb 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/graphicTextSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/graphicTextSelector.vue @@ -70,6 +70,7 @@ const fontSizeList = computed(() => { }) const changeTitleStyle = prop => { + debugger emit('onGraphicTextChange', state.titleForm, prop) } const init = () => { diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index 31ed3e5..8ef1b6b 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -2837,7 +2837,7 @@ const deleteChartFieldItem = id => { @onChangeXAxisForm="onChangeXAxisForm" @onChangeYAxisForm="onChangeYAxisForm" @onChangeYAxisExtForm="onChangeYAxisExtForm" @onTextChange="onTextChange" @onIndicatorChange="onIndicatorChange" @onIndicatorNameChange="onIndicatorNameChange" - @onLegendChange="onLegendChange" @onBackgroundChange="onBackgroundChange" + @onLegendChange="onLegendChange" @onGraphicTextChange="onGraphicTextChange" @onBackgroundChange="onBackgroundChange" @onStyleAttrChange="onStyleAttrChange" @onBasicStyleChange="onBasicStyleChange" @onTableHeaderChange="onTableHeaderChange" @onTableCellChange="onTableCellChange" @onTableTotalChange="onTableTotalChange" @onChangeMiscStyleForm="onChangeMiscStyleForm" @@ -4481,7 +4481,7 @@ span { } :deep(.ed-form-item__label) { - color: #1f2329; + color: #ffffff; font-family: var(--de-custom_font, 'PingFang'); font-size: 14px;