From 4a61a9480e23e3673f07d16cb2c2397404ff3e9f Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Wed, 16 Oct 2024 10:24:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=B8=90=E5=8F=98=E8=89=B2=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=B8=8D=E8=83=BD=E8=BF=9E=E7=BB=AD=E7=94=9F?= =?UTF-8?q?=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/editor-style/components/CustomColorStyleSelect.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/CustomColorStyleSelect.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/CustomColorStyleSelect.vue index d4b59ed49e..a466893813 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/CustomColorStyleSelect.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/CustomColorStyleSelect.vue @@ -210,6 +210,7 @@ const customColorPickerRef = ref>() function selectColorCase(option) { state.value.basicStyleForm[colorSchemeName.value] = option.value + changeBasicStyle(colorSchemeName.value) colorCaseSelectorRef.value?.hide() changeColorOption(option) }