陈剑华

fix: 小视频横划卡边缘消失问题

... ... @@ -137,7 +137,8 @@ export struct LiveHorizontalCardComponent {
this.liveToMore();
})
}
}.justifyContent(FlexAlign.SpaceBetween)
}
.justifyContent(FlexAlign.SpaceBetween)
// .padding({ left: 16, right: 16 })
.margin({ bottom: 10 })
.width(CommonConstants.FULL_WIDTH)
... ...