From 719a98be20be2a2a877ad0a01a2f000a0a67fe36 Mon Sep 17 00:00:00 2001 From: zhangyang Date: Wed, 23 Mar 2022 10:33:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/shop-list-new.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/shop-list-new.vue b/src/components/shop-list-new.vue index 2b56199..5205d75 100644 --- a/src/components/shop-list-new.vue +++ b/src/components/shop-list-new.vue @@ -12,6 +12,7 @@
  • li { - width: calc((100% - 80px) / 4); + width: calc((100% - 60px) / 4); display: block; float: left; - margin: 10px 10px; + margin-bottom: 20px; + margin-right: 20px; +} +.shop_cards_li2 { + margin-right: 0px !important; } -- 2.26.0