diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/IndicatorValueSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/IndicatorValueSelector.vue index 790f56f570..6cd2ffc63e 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/IndicatorValueSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/IndicatorValueSelector.vue @@ -71,6 +71,7 @@ const init = () => { //第一次颜色可能赋值失败,单独赋值一次 nextTick(() => { state.indicatorValueForm.color = customText.color + state.indicatorValueForm.suffixColor = customText.suffixColor }) }