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 = () => {