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;