From 8f8e5fe25f03aa73873a5586f77057f26f82cc19 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 18 Oct 2024 13:53:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6=E5=9B=BE=E8=A1=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/custom-component/v-query/Component.vue | 8 ++++++++ 1 file changed, 8 insertions(+) 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 10170dc402..f5d65e4d5e 100644 --- a/core/core-frontend/src/custom-component/v-query/Component.vue +++ b/core/core-frontend/src/custom-component/v-query/Component.vue @@ -865,6 +865,13 @@ const autoStyle = computed(() => { .label-wrapper-tooltip { display: inline-flex !important; cursor: pointer; + padding: 4px 8px; + height: 26px; + width: 58px; + border-radius: 4px; + border: 1px solid #dee0e3; + background: #fff; + box-shadow: 0px 4px 8px 0px rgba(31, 35, 41, 0.1); } } .label { @@ -876,6 +883,7 @@ const autoStyle = computed(() => { position: absolute; right: 0; top: 0; + overflow: visible; } } }