Ares

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

... ... @@ -65,6 +65,11 @@ export struct CardParser {
// Text(this.contentDTO.newsTitle)
this.contentBuilder(this.contentDTO);
}
.margin({
left: this.compDTO.compStyle === CompStyle.Zh_Single_Row_04 ? 0 : 6,
right: (this.compDTO.compStyle === CompStyle.Zh_Single_Row_05 || this.compDTO.compStyle === CompStyle.Zh_Single_Row_02 ||
this.compDTO.compStyle === CompStyle.Zh_Single_Row_04) ? 0 : 6
})
}
@Builder
... ...