From 6f46355e9700492fcdead94fb2c34524807dcd4d Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 10 Mar 2025 14:29:04 +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 --- core/core-frontend/src/custom-component/v-query/Component.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/custom-component/v-query/Component.vue b/core/core-frontend/src/custom-component/v-query/Component.vue index 782a7ea5d6..2670617881 100644 --- a/core/core-frontend/src/custom-component/v-query/Component.vue +++ b/core/core-frontend/src/custom-component/v-query/Component.vue @@ -1017,7 +1017,7 @@ const autoStyle = computed(() => { .label-wrapper-tooltip { position: absolute; right: 0; - top: -26px; + top: -21px; z-index: 11; padding: 4px 8px; height: 26px;