Fix:2444 【商城小程序】我的收藏-千县,千县店铺收藏列表底色显示不统一

This commit is contained in:
modendeveloper
2024-10-11 21:35:13 +08:00
parent 8536ad2aca
commit abd13edb81
+4 -3
View File
@@ -220,7 +220,7 @@
v-if="tabsIndex === 3" v-if="tabsIndex === 3"
:class="{'manage-state':isManage}" :class="{'manage-state':isManage}"
class="scroll-box county-scroll" class="scroll-box county-scroll"
:style="{background : countyFamousList.length === 0 ? '#f5f5f5' : '#fff !important'}" :style="{background : countyFamousList.length === 0 ? '#f5f5f5' : '#f5f5f5 !important'}"
scroll-y scroll-y
@scrolltolower="fetchCountyFamous()" @scrolltolower="fetchCountyFamous()"
> >
@@ -801,9 +801,10 @@ export default {
.county-list-wrap { .county-list-wrap {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
width: 710rpx; // width: 710rpx;
justify-content: center;
margin: 0 auto; margin: 0 auto;
background-color: #f0f0f0; background-color: #f5f5f5;
.county-item { .county-item {
width: 344rpx; width: 344rpx;
height: 440rpx; height: 440rpx;