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;