Merge pull request #7875 from ulleo/dev-v2

fix(图表): 指标卡>样式>指标值>后缀颜色设置,初始化颜色不正确
This commit is contained in:
ulleo
2024-01-29 14:38:56 +08:00
committed by GitHub

View File

@@ -71,6 +71,7 @@ const init = () => {
//第一次颜色可能赋值失败,单独赋值一次
nextTick(() => {
state.indicatorValueForm.color = customText.color
state.indicatorValueForm.suffixColor = customText.suffixColor
})
}