Ares

fix |> 解决关注频道左右间距过小问题

@@ -65,6 +65,11 @@ export struct CardParser { @@ -65,6 +65,11 @@ export struct CardParser {
65 // Text(this.contentDTO.newsTitle) 65 // Text(this.contentDTO.newsTitle)
66 this.contentBuilder(this.contentDTO); 66 this.contentBuilder(this.contentDTO);
67 } 67 }
  68 + .margin({
  69 + left: this.compDTO.compStyle === CompStyle.Zh_Single_Row_04 ? 0 : 6,
  70 + right: (this.compDTO.compStyle === CompStyle.Zh_Single_Row_05 || this.compDTO.compStyle === CompStyle.Zh_Single_Row_02 ||
  71 + this.compDTO.compStyle === CompStyle.Zh_Single_Row_04) ? 0 : 6
  72 + })
68 } 73 }
69 74
70 @Builder 75 @Builder