From a1c84f7e64ecc327bf5df163f9bb0006889527b6 Mon Sep 17 00:00:00 2001 From: liyongle Date: Mon, 28 Aug 2023 15:58:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E5=BA=97=E9=93=BAlogo?= =?UTF-8?q?=E5=B1=85=E4=B8=AD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ShopItem/ShopItem.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/ShopItem/ShopItem.vue b/src/components/ShopItem/ShopItem.vue index 770d309..67acb55 100644 --- a/src/components/ShopItem/ShopItem.vue +++ b/src/components/ShopItem/ShopItem.vue @@ -50,7 +50,7 @@ function showDetail(shop: Shop) { position: relative; width: 212px; - height: 136px; + height: 145px; border-radius: 16px 16px 0 0; .logo { width: 120px; @@ -59,11 +59,12 @@ function showDetail(shop: Shop) { } } .bottom { - @include fl(space-between); + @include fl(space-between, flex-start); width: 212px; - height: 40px; + height: 31px; padding: 9px 16px; + padding-top: 0; background: rgb(255 255 255 / 60%); border-radius: 0 0 16px 16px; .shop-name { @@ -75,7 +76,7 @@ function showDetail(shop: Shop) { color: #534f46; font-style: normal; font-weight: 700; - line-height: 22px; + // line-height: 22px; } .right { @include fl; @@ -92,7 +93,7 @@ function showDetail(shop: Shop) { color: #615c59; font-style: normal; font-weight: 700; - line-height: 22px; + // line-height: 22px; } } }