From 266304b9221b5d77cbc5bf92013239ee81be77d6 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 17 Feb 2025 10:39:59 +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 | 13 +++++++++++-- .../src/custom-component/v-query/TextSearch.vue | 3 +-- 2 files changed, 12 insertions(+), 4 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 68d1904b66..2da532bc27 100644 --- a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue +++ b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue @@ -3395,8 +3395,17 @@ defineExpose({ .ed-select-tags-wrapper.has-prefix { margin-left: 25px; } - .ed-select__tags-text { - max-width: 30px !important; + .ed-select__input { + margin-left: 6px !important; + } + .ed-tag { + max-width: 52px; + .ed-tag__close { + margin-left: 2px; + } + .ed-select__tags-text { + max-width: 30px !important; + } } } diff --git a/core/core-frontend/src/custom-component/v-query/TextSearch.vue b/core/core-frontend/src/custom-component/v-query/TextSearch.vue index 331d3dfec1..345d8e1ab4 100644 --- a/core/core-frontend/src/custom-component/v-query/TextSearch.vue +++ b/core/core-frontend/src/custom-component/v-query/TextSearch.vue @@ -224,8 +224,7 @@ const handleInnerMouseDown = e => { .bottom-line { box-sizing: border-box; height: 1px; - background-color: #000; - opacity: 0.3; + background-color: #bbbfc4; position: absolute; right: 5px; bottom: 3px;