Fix(千县名品):[#2229]千县名品店铺中,商品较少时,背景底色不一致

This commit is contained in:
lifizer
2024-08-28 14:48:39 +08:00
parent 4a354a7dcf
commit 19bb5c1084
+2 -2
View File
@@ -140,11 +140,12 @@ export default {
.county-index {
position: relative;
min-height: 100vh;
background-color: #fff;
background-color: #f0f0f0;
.top-img {
position: relative;
z-index: 5;
padding: 21rpx;
background-color: #fff;
.img {
display: block;
width: 100%;
@@ -175,7 +176,6 @@ export default {
}
}
.list-wrap {
background-color: #F0F0F0;
.loadend {
width: 100%;
}