fix(hiList): 样式调整优化

This commit is contained in:
woody 2025-09-18 16:39:00 +08:00
parent b76379bb23
commit 47e1206e65
1 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ export default {
// //
.goods-container { .goods-container {
flex: 1; // flex: 1;
background: #f8fafc; background: #f8fafc;
padding: 24rpx 24rpx 0; padding: 24rpx 24rpx 0;
position: relative; position: relative;
@ -260,7 +260,7 @@ export default {
// //
.goodList { .goodList {
height: calc(100vh - 400rpx); // height: calc(100vh - 400rpx);
padding: 0 8rpx; padding: 0 8rpx;
.goodList_i { .goodList_i {