From f3815a20ef94a86784e5306e577f15b846591291 Mon Sep 17 00:00:00 2001 From: jiannibang <271381693@qq.com> Date: Mon, 6 Feb 2023 10:22:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=90=9C=E7=B4=A2=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Search/Search.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Search/Search.vue b/src/components/Search/Search.vue index b265e3c..16afcf2 100644 --- a/src/components/Search/Search.vue +++ b/src/components/Search/Search.vue @@ -241,7 +241,6 @@ onBeforeUnmount(() => { } .tabs-wrapper { display: flex; - width: 100%; height: 64px; background: var(--search-tabsBg, rgba(0, 0, 0, 0.05)); border-radius: var(--global-radius, 12px); @@ -274,7 +273,7 @@ onBeforeUnmount(() => { background: rgba(0, 0, 0, 0.05); padding-right: 38px; .tabs { - padding-right: 8px; + margin-right: 8px; } } } @@ -374,6 +373,8 @@ onBeforeUnmount(() => { } .keyboard-wrapper { flex: 0 0 456px; + padding-left: 54px; + padding-right: 46px; } } }