From b7dd397664b45c70c74f13509758d77308d13035 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 9 Jun 2026 23:01:46 +0800 Subject: [PATCH] style: shrink header search trigger --- src/layouts/components/SearchBar.vue | 64 ++++++++++++---------------- 1 file changed, 28 insertions(+), 36 deletions(-) diff --git a/src/layouts/components/SearchBar.vue b/src/layouts/components/SearchBar.vue index 6881fcee..785dcbe5 100644 --- a/src/layouts/components/SearchBar.vue +++ b/src/layouts/components/SearchBar.vue @@ -37,30 +37,45 @@ const showIconOnly = computed(() => props.iconOnly || !display.mdAndUp.value)