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(() => {