占比图

This commit is contained in:
jingna 2025-07-28 16:43:46 +08:00
parent 644bf0f706
commit 2dd2342585
2 changed files with 3 additions and 2 deletions

View File

@ -70,6 +70,7 @@ const fontSizeList = computed(() => {
})
const changeTitleStyle = prop => {
debugger
emit('onGraphicTextChange', state.titleForm, prop)
}
const init = () => {

View File

@ -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;