From dc161b8ff89d1a2791ba0c08e30aa278ea5ace47 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 08 四月 2025 18:35:25 +0800 Subject: [PATCH] bug修改 --- src/views/home/components/searchBox.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/home/components/searchBox.vue b/src/views/home/components/searchBox.vue index 1087fca..b549c26 100644 --- a/src/views/home/components/searchBox.vue +++ b/src/views/home/components/searchBox.vue @@ -52,8 +52,8 @@ /* 缁勫悎鏍峰紡 */ .search-container { max-width: 800px; - margin: 20px 0; display: flex; + align-items: center; } /* 杈撳叆妗嗘牱寮� */ @@ -67,7 +67,6 @@ display: flex; justify-content: space-between; align-items: center; - margin-top: 13px; padding-right: 5px; border-radius: 5px; border-top-left-radius: 0; -- Gitblit v1.9.1