chenjun

视频>直播,正在直播只配置一个内容时,卡片样式不正确,封面图没有左右对齐,见截图

@@ -29,9 +29,9 @@ export struct LiveHorizontalCardForOneComponent { @@ -29,9 +29,9 @@ export struct LiveHorizontalCardForOneComponent {
29 .margin({ top: 8 }) 29 .margin({ top: 8 })
30 .width(CommonConstants.FULL_WIDTH) 30 .width(CommonConstants.FULL_WIDTH)
31 } 31 }
32 - .padding({  
33 - left: 16,  
34 - right: 16  
35 - }) 32 + // .padding({
  33 + // left: 16,
  34 + // right: 16
  35 + // })
36 } 36 }
37 } 37 }