diff --git a/src/views/Brand/shopList.vue b/src/views/Brand/shopList.vue index 2529dde..a1ca379 100644 --- a/src/views/Brand/shopList.vue +++ b/src/views/Brand/shopList.vue @@ -475,7 +475,7 @@ function myScrollEnd() { } } .shop-scroll { - width: 1308px; + width: 1388px; height: 770px; padding-bottom: 30px; margin-top: 100px; @@ -522,8 +522,10 @@ function myScrollEnd() { } } .shop-wrapper { - display: grid; - grid-template-columns: repeat(6, 212px); + // display: grid; + // grid-template-columns: repeat(6, 212px); + display: flex; + flex-wrap: wrap; gap: 16px 8px; } }