Fix:2444 【商城小程序】我的收藏-千县,千县店铺收藏列表底色显示不统一
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user