陈剑华

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

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