diff --git a/pages/shopList/index.vue b/pages/shopList/index.vue index 076410f..e6a6e14 100644 --- a/pages/shopList/index.vue +++ b/pages/shopList/index.vue @@ -17,7 +17,7 @@ - + {{ item.shop_name }} diff --git a/pages/shopList/shopPage.vue b/pages/shopList/shopPage.vue index 4f754d5..302b8e9 100644 --- a/pages/shopList/shopPage.vue +++ b/pages/shopList/shopPage.vue @@ -105,7 +105,8 @@ - + + @@ -599,7 +600,9 @@ height: 100%; width: calc(100% - 108rpx); display: flex; - flex-direction: column; + display: flex; + flex-wrap: wrap; + justify-content: space-between; .filter-box { height: 88rpx; @@ -664,7 +667,7 @@ border: 1px solid #EAEAEA; &:nth-child(2n+1) { - margin-right: auto; + // margin-right: auto; } >image {