From d92e1d61999660168729c39561f4554de0a64df2 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 29 Apr 2025 10:28:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v-query/QueryConditionConfiguration.vue | 8 ++++---- .../editor/editor-style/components/LabelSelector.vue | 5 ++--- .../editor/editor-style/components/TooltipSelector.vue | 9 ++------- .../editor-style/components/table/CustomAggrEdit.vue | 6 ++---- .../views/visualized/data/dataset/form/CalcFieldEdit.vue | 6 ++---- .../views/visualized/data/dataset/form/UnionItemEdit.vue | 7 ++++--- .../data/datasource/form/ApiHttpRequestDraw.vue | 7 ++++--- 7 files changed, 20 insertions(+), 28 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 6fe8085beb..bd2577d17b 100644 --- a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue +++ b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue @@ -3567,11 +3567,11 @@ defineExpose({ justify-content: center; } - .ed-input .ed-select__prefix--light { - border-right: none; - padding: 0; + .ed-select__prefix { font-size: 16px; - margin-right: 4px; + &::after { + display: none; + } } .container { font-size: 14px; diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue index d4cc7c3fb5..2525832012 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue @@ -2025,9 +2025,8 @@ const isProgressBar = computed(() => { } .series-select { - :deep(.ed-select__prefix--light) { - padding-right: unset; - border-right: unset; + :deep(.ed-select__prefix::after) { + display: none; } :deep(.ed-select__prefix--dark) { diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/TooltipSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/TooltipSelector.vue index 5ec39f5c68..004fea48fd 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/TooltipSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/TooltipSelector.vue @@ -995,13 +995,8 @@ onMounted(() => {