From e1f29b126db26db4f685d7067cf3c9b54b200ce1 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 26 Aug 2024 11:24:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9B=BE=E8=A1=A8?= =?UTF-8?q?=E8=BE=B9=E6=A1=86=E8=AE=BE=E7=BD=AE=E4=B8=8D=E5=A5=BD=E7=94=A8?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/editor/editor-style/ChartStyle.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue index 7b1acad619..72ce13bb49 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue @@ -205,6 +205,15 @@ const onBackgroundChange = (val, prop) => { state.initReady && emit('onBackgroundChange', val, prop) } +const onActiveChange = val => { + state.initReady && + emit('onStyleAttrChange', { + custom: 'style', + property: 'active', + value: commonBorderPop.value.borderActive + }) +} + const onStyleAttrChange = ({ key, value }) => { state.initReady && emit('onStyleAttrChange', { custom: 'style', property: key, value: value }) } @@ -338,9 +347,9 @@ watch(