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;