diff --git a/core/core-frontend/src/custom-component/common/CommonStyleSet.vue b/core/core-frontend/src/custom-component/common/CommonStyleSet.vue index 84f5055494..88c37325f5 100644 --- a/core/core-frontend/src/custom-component/common/CommonStyleSet.vue +++ b/core/core-frontend/src/custom-component/common/CommonStyleSet.vue @@ -54,7 +54,7 @@ :title="t('chart.text_color')" v-model="styleForm[styleColorKey.value]" class="color-picker-style" - :prefix-icon="expandIcon(styleColorKey.icon)" + :prefix-icon="styleColorKey.icon" :triggerWidth="styleColorKey.width" is-custom :predefine="state.predefineColors" @@ -284,6 +284,10 @@