diff --git a/core/core-frontend/src/assets/svg/dv-style-activeFont.svg b/core/core-frontend/src/assets/svg/dv-style-activeFont.svg
new file mode 100644
index 0000000000..8fe1bc3b1e
--- /dev/null
+++ b/core/core-frontend/src/assets/svg/dv-style-activeFont.svg
@@ -0,0 +1 @@
+
diff --git a/core/core-frontend/src/assets/svg/dv-style-backgroundColor.svg b/core/core-frontend/src/assets/svg/dv-style-backgroundColor.svg
new file mode 100644
index 0000000000..84188fe32e
--- /dev/null
+++ b/core/core-frontend/src/assets/svg/dv-style-backgroundColor.svg
@@ -0,0 +1 @@
+
diff --git a/core/core-frontend/src/assets/svg/dv-style-borderColor.svg b/core/core-frontend/src/assets/svg/dv-style-borderColor.svg
new file mode 100644
index 0000000000..3cb03b1910
--- /dev/null
+++ b/core/core-frontend/src/assets/svg/dv-style-borderColor.svg
@@ -0,0 +1 @@
+
diff --git a/core/core-frontend/src/custom-component/common/CommonStyleSet.vue b/core/core-frontend/src/custom-component/common/CommonStyleSet.vue
index e6e177e4f9..2a05ae332d 100644
--- a/core/core-frontend/src/custom-component/common/CommonStyleSet.vue
+++ b/core/core-frontend/src/custom-component/common/CommonStyleSet.vue
@@ -19,6 +19,8 @@
:title="t('chart.text_color')"
v-model="styleForm[styleColorKey.value]"
class="color-picker-style"
+ :prefix-icon="expandIcon(styleColorKey.icon)"
+ :triggerWidth="styleColorKey.width"
is-custom
:predefine="state.predefineColors"
@change="changeStyle"
@@ -128,48 +130,50 @@
-
-
- {{ t('chart.text_pos_left') }}
-
-
-
-
-
-
-
-
-
- {{ t('chart.text_pos_center') }}
-
-
-
-
-
-
-
-
-
- {{ t('chart.text_pos_right') }}
-
-
-
-
-
-
-
+
+
+
+ {{ t('chart.text_pos_left') }}
+
+
+
+
+
+
+
+
+
+ {{ t('chart.text_pos_center') }}
+
+
+
+
+
+
+
+
+
+ {{ t('chart.text_pos_right') }}
+
+
+
+
+
+
+
+
@@ -230,8 +234,8 @@
-