fix(hiList): 样式调整优化
This commit is contained in:
parent
b76379bb23
commit
47e1206e65
|
@ -231,7 +231,7 @@ export default {
|
|||
|
||||
// 商品容器区域
|
||||
.goods-container {
|
||||
flex: 1;
|
||||
// flex: 1;
|
||||
background: #f8fafc;
|
||||
padding: 24rpx 24rpx 0;
|
||||
position: relative;
|
||||
|
@ -260,7 +260,7 @@ export default {
|
|||
|
||||
// 商品列表滚动区域
|
||||
.goodList {
|
||||
height: calc(100vh - 400rpx);
|
||||
// height: calc(100vh - 400rpx);
|
||||
padding: 0 8rpx;
|
||||
|
||||
.goodList_i {
|
||||
|
|
Loading…
Reference in New Issue