From abd13edb817f7aeb04e0c8e8d317f7b3eb934d9f Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Fri, 11 Oct 2024 21:35:13 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2444=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E6=88=91=E7=9A=84=E6=94=B6?= =?UTF-8?q?=E8=97=8F-=E5=8D=83=E5=8E=BF=EF=BC=8C=E5=8D=83=E5=8E=BF?= =?UTF-8?q?=E5=BA=97=E9=93=BA=E6=94=B6=E8=97=8F=E5=88=97=E8=A1=A8=E5=BA=95?= =?UTF-8?q?=E8=89=B2=E6=98=BE=E7=A4=BA=E4=B8=8D=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/myFavorite.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkg_user/views/myFavorite.vue b/pkg_user/views/myFavorite.vue index 6271b9f..a72e70b 100644 --- a/pkg_user/views/myFavorite.vue +++ b/pkg_user/views/myFavorite.vue @@ -220,7 +220,7 @@ v-if="tabsIndex === 3" :class="{'manage-state':isManage}" class="scroll-box county-scroll" - :style="{background : countyFamousList.length === 0 ? '#f5f5f5' : '#fff !important'}" + :style="{background : countyFamousList.length === 0 ? '#f5f5f5' : '#f5f5f5 !important'}" scroll-y @scrolltolower="fetchCountyFamous()" > @@ -801,9 +801,10 @@ export default { .county-list-wrap { display: flex; flex-wrap: wrap; - width: 710rpx; + // width: 710rpx; + justify-content: center; margin: 0 auto; - background-color: #f0f0f0; + background-color: #f5f5f5; .county-item { width: 344rpx; height: 440rpx;