From ed476a06a095d213406e49993209d6ee5aa50f3e Mon Sep 17 00:00:00 2001 From: ulleo Date: Mon, 29 Jan 2024 14:37:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E6=8C=87=E6=A0=87?= =?UTF-8?q?=E5=8D=A1>=E6=A0=B7=E5=BC=8F>=E6=8C=87=E6=A0=87=E5=80=BC>?= =?UTF-8?q?=E5=90=8E=E7=BC=80=E9=A2=9C=E8=89=B2=E8=AE=BE=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A2=9C=E8=89=B2=E4=B8=8D=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/editor-style/components/IndicatorValueSelector.vue | 1 + 1 file changed, 1 insertion(+) 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 }) }