fix(图表): 指标卡>样式>指标值>后缀颜色设置,初始化颜色不正确

This commit is contained in:
ulleo 2024-01-29 14:37:30 +08:00
parent 54a3827646
commit ed476a06a0

View File

@ -71,6 +71,7 @@ const init = () => {
//
nextTick(() => {
state.indicatorValueForm.color = customText.color
state.indicatorValueForm.suffixColor = customText.suffixColor
})
}