From f610758397d8cba253a7da2a81cf1aa89885430d Mon Sep 17 00:00:00 2001 From: zhangyao Date: Thu, 20 Jul 2023 18:00:23 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=93=81=E7=89=8C?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Brand/shopList.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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; } } From 77f3ddcbb2fb081c970207d2bdeeaafce24911ab Mon Sep 17 00:00:00 2001 From: liyongle Date: Thu, 20 Jul 2023 18:04:28 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E4=BF=AE=E6=94=B9fal?= =?UTF-8?q?se?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PictureText/PictureText.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PictureText/PictureText.vue b/src/components/PictureText/PictureText.vue index 678eae6..072ab12 100644 --- a/src/components/PictureText/PictureText.vue +++ b/src/components/PictureText/PictureText.vue @@ -1,5 +1,5 @@