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; } } }