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
commit e7171df04d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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