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;