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;