修改分类页面加载问题

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