占比图
This commit is contained in:
parent
644bf0f706
commit
2dd2342585
@ -70,6 +70,7 @@ const fontSizeList = computed(() => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
const changeTitleStyle = prop => {
|
const changeTitleStyle = prop => {
|
||||||
|
debugger
|
||||||
emit('onGraphicTextChange', state.titleForm, prop)
|
emit('onGraphicTextChange', state.titleForm, prop)
|
||||||
}
|
}
|
||||||
const init = () => {
|
const init = () => {
|
||||||
|
@ -2837,7 +2837,7 @@ const deleteChartFieldItem = id => {
|
|||||||
@onChangeXAxisForm="onChangeXAxisForm" @onChangeYAxisForm="onChangeYAxisForm"
|
@onChangeXAxisForm="onChangeXAxisForm" @onChangeYAxisForm="onChangeYAxisForm"
|
||||||
@onChangeYAxisExtForm="onChangeYAxisExtForm" @onTextChange="onTextChange"
|
@onChangeYAxisExtForm="onChangeYAxisExtForm" @onTextChange="onTextChange"
|
||||||
@onIndicatorChange="onIndicatorChange" @onIndicatorNameChange="onIndicatorNameChange"
|
@onIndicatorChange="onIndicatorChange" @onIndicatorNameChange="onIndicatorNameChange"
|
||||||
@onLegendChange="onLegendChange" @onBackgroundChange="onBackgroundChange"
|
@onLegendChange="onLegendChange" @onGraphicTextChange="onGraphicTextChange" @onBackgroundChange="onBackgroundChange"
|
||||||
@onStyleAttrChange="onStyleAttrChange" @onBasicStyleChange="onBasicStyleChange"
|
@onStyleAttrChange="onStyleAttrChange" @onBasicStyleChange="onBasicStyleChange"
|
||||||
@onTableHeaderChange="onTableHeaderChange" @onTableCellChange="onTableCellChange"
|
@onTableHeaderChange="onTableHeaderChange" @onTableCellChange="onTableCellChange"
|
||||||
@onTableTotalChange="onTableTotalChange" @onChangeMiscStyleForm="onChangeMiscStyleForm"
|
@onTableTotalChange="onTableTotalChange" @onChangeMiscStyleForm="onChangeMiscStyleForm"
|
||||||
@ -4481,7 +4481,7 @@ span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
:deep(.ed-form-item__label) {
|
:deep(.ed-form-item__label) {
|
||||||
color: #1f2329;
|
color: #ffffff;
|
||||||
|
|
||||||
font-family: var(--de-custom_font, 'PingFang');
|
font-family: var(--de-custom_font, 'PingFang');
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
Loading…
Reference in New Issue
Block a user