From 1a6f57f27c29866e9ede0df382e75282700b75e0 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 18 Sep 2024 11:01:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=97=A0=E6=95=88svg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/CommonStyleSet.vue | 17 ++++---- .../src/layout/components/HeaderMenuItem.vue | 9 ++--- .../src/layout/components/MenuItem.vue | 40 +++++++++++++++++-- .../views/chart/components/editor/index.vue | 6 +-- .../data/datasource/form/EditorDetail.vue | 6 +-- 5 files changed, 54 insertions(+), 24 deletions(-) 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 @@