From aab018cf36f3911955edf82b67acc0ee9c3e20b5 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 11 Feb 2025 09:46:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E5=8F=96=E8=89=B2=E5=99=A8=E5=A2=9E=E5=8A=A0=E9=80=8F=E6=98=8E?= =?UTF-8?q?=E5=BA=A6=E8=AE=BE=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/editor/editor-style/VQueryChartStyle.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue index a7a25bd25c..3d88acd16b 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue @@ -283,6 +283,7 @@ const onTitleChange = () => { :effect="themes" v-model="chart.customStyle.component.titleColor" :trigger-width="204" + show-alpha :disabled="!chart.customStyle.component.titleShow" is-custom :predefine="COLOR_PANEL" @@ -309,6 +310,7 @@ const onTitleChange = () => { :effect="themes" :trigger-width="106" is-custom + show-alpha v-model="chart.customStyle.component.borderColor" :predefine="predefineColors" /> @@ -324,6 +326,7 @@ const onTitleChange = () => { :effect="themes" :trigger-width="106" is-custom + show-alpha v-model="chart.customStyle.component.bgColor" :predefine="predefineColors" /> @@ -364,6 +367,7 @@ const onTitleChange = () => { :effect="themes" :trigger-width="56" is-custom + show-alpha v-model="chart.customStyle.component.text" :disabled="!chart.customStyle.component.placeholderShow" @change="handleCurrentPlaceholderCustomChange" @@ -461,6 +465,7 @@ const onTitleChange = () => { { :effect="themes" :trigger-width="108" is-custom + show-alpha v-model="chart.customStyle.component.btnColor" :predefine="predefineColors" /> @@ -590,6 +596,7 @@ const onTitleChange = () => {