From 1994497ad423fcf866280caacb549f7687fc2911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?piexlMax=28=E5=A5=87=E6=B7=BC?= Date: Mon, 1 Dec 2025 17:07:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=20gva-search-box=20?= =?UTF-8?q?=E7=9A=84=E5=86=85=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/style/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/style/main.scss b/web/src/style/main.scss index 21a3d121..749d977c 100644 --- a/web/src/style/main.scss +++ b/web/src/style/main.scss @@ -40,7 +40,7 @@ } .gva-search-box { - @apply p-4 bg-white text-slate-700 dark:text-slate-400 dark:bg-slate-900 rounded my-2; + @apply p-4 pb-0 bg-white text-slate-700 dark:text-slate-400 dark:bg-slate-900 rounded my-2; } .gva-form-box {