From 142dfd9a33898c6c63f1ea3d78b70ec2afd63f8a Mon Sep 17 00:00:00 2001 From: liyongle Date: Thu, 4 May 2023 16:11:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Search/Result.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/Search/Result.vue b/src/components/Search/Result.vue index 5e4414b..22e75ec 100644 --- a/src/components/Search/Result.vue +++ b/src/components/Search/Result.vue @@ -38,8 +38,7 @@ function show(item: Shop) { .result-container { width: 714px; height: 694px; - padding-top: 64px; - padding-left: 65px; + padding: 64px 85px 0 65px; background: #fff; border-radius: 12px 12px 0 0; .myScoll { @@ -48,7 +47,7 @@ function show(item: Shop) { } .shop_list { display: grid; - gap: 32px 180px; + gap: 32px 150px; grid-template-columns: 1fr 1fr; padding-bottom: 10px; .shop_item { @@ -71,12 +70,12 @@ function show(item: Shop) { } } .info { - width: 96px; + width: 120px; height: 60px; .name { @include no-wrap; - width: 96px; + width: 120px; height: 32px; margin-bottom: 6px; font-size: 24px;