From 59edc44463d15e2fe32730052b52f1ad28ae2246 Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Wed, 9 Jul 2025 15:46:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom-component/v-query/QueryConditionConfiguration.vue | 4 ++++ .../chart/components/editor/filter/QuotaFilterEditor.vue | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue index 353b889..5083f5a 100644 --- a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue +++ b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue @@ -3822,6 +3822,7 @@ defineExpose({ justify-content: space-between; margin-bottom: 10.5px; flex-wrap: wrap; + color: #fff; .search-tree { width: 100%; height: 216px; @@ -4238,4 +4239,7 @@ defineExpose({ .ed-radio__inner{ background: transparent; } +.query-condition-configuration .container .condition-configuration .configuration-list .list-item .label{ + color:#fff; +} diff --git a/core/core-frontend/src/views/chart/components/editor/filter/QuotaFilterEditor.vue b/core/core-frontend/src/views/chart/components/editor/filter/QuotaFilterEditor.vue index 7e8b674..8953ed1 100644 --- a/core/core-frontend/src/views/chart/components/editor/filter/QuotaFilterEditor.vue +++ b/core/core-frontend/src/views/chart/components/editor/filter/QuotaFilterEditor.vue @@ -200,13 +200,13 @@ span { .addition-style { padding: 16px; - background: #f5f6f7; + background: #2c2c2c; .name-title { margin-bottom: 8px; :deep(span) { - color: var(--N900, #1f2329); + color: var(--N900, #ffffff); /* 中文/桌面端/正文 14 22 Regular */ font-family: var(--de-custom_font, 'PingFang'); font-size: 14px;