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 06b0810679..4d914de2eb 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
@@ -27,21 +27,36 @@ const { chart } = toRefs(props)
-
+
-
-
+
+
{{ t('chart.show') + t('chart.title') }}
-
+
-
+
-
-
+
+
标签颜色
-
+
-
-
+
+
{{ t('visualization.board') }}
-
+
-
-
+
+
提示文字颜色
-
+
-
-
+
+
{{ t('chart.custom_case') + t('chart.backgroundColor') }}
-
+
-
-
-
-
+
+
+
+
{{ t('commons.adv_search.search') }}
-
+
{{ t('commons.clear') }}
-
+
{{ t('commons.adv_search.reset') }}
-
-
-
+
+
+
{{ t('chart.text_pos_top') }}
@@ -145,7 +213,10 @@ const { chart } = toRefs(props)
@@ -190,6 +261,26 @@ const { chart } = toRefs(props)
margin: 0 0 8px;
}
+:deep(.form-item-dark) {
+ .ed-form-item__label {
+ color: @dv-canvas-main-font-color !important;
+ }
+
+ &.select-append {
+ .ed-input-group__append {
+ background-color: transparent;
+ }
+ .dv-dark {
+ & > .ed-input__wrapper {
+ background-color: #1a1a1a;
+ }
+ .ed-input-group__append .ed-select {
+ margin: 0 -20px;
+ }
+ }
+ }
+}
+
.icon-btn {
font-size: 16px;
line-height: 16px;
diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue
index 212bc5bc60..f8ef28dcc3 100644
--- a/core/core-frontend/src/views/chart/components/editor/index.vue
+++ b/core/core-frontend/src/views/chart/components/editor/index.vue
@@ -1516,15 +1516,6 @@ const drop = (ev: MouseEvent, type = 'xAxis') => {