From 402708291f1e61c6a0f95010bb397d4dbf3f4e70 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 18 Apr 2024 17:39:06 +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=E6=8C=89=E9=92=AE=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=BA=E5=B1=85=E4=B8=AD?= 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 00be249e12..ab22cfabe3 100644 --- a/core/core-frontend/src/custom-component/v-query/Component.vue +++ b/core/core-frontend/src/custom-component/v-query/Component.vue @@ -620,7 +620,7 @@ const autoStyle = computed(() => { } .query-button { align-self: flex-end; - line-height: 28px; + line-height: 40px; margin: auto 0 5px auto; z-index: 0; }