修改分类页面加载问题

This commit is contained in:
张凯 2025-06-20 17:32:57 +08:00
parent 7b05689f64
commit a4e0eaf411

View File

@ -106,7 +106,7 @@
<view>暂无数据</view>
</view>
</view>
<u-loadmore v-else style="margin-bottom: 60rpx;" :status="loadStatus" />
<u-loadmore v-else :status="loadStatus" />
</scroll-view>
@ -647,15 +647,14 @@
.hot {
margin-top: 30rpx;
margin-bottom: 180rpx;
// margin-bottom: 160rpx;
margin-left: 208rpx;
height: 1300rpx;
.content {
// height: 462rpx;
// overflow-x: auto;
/* 允许横向滚动 */
// white-space: nowrap;
width: 512rpx;
.bbb {
@ -871,6 +870,9 @@
color: #9C9C9C;
}
}
::v-deep .u-loadmore{
padding-bottom: 20rpx;
}
}
}