陈剑华

feat: 16973 UI还原问题--进入人民号-推荐,字体大小和编据有问题

@@ -101,7 +101,7 @@ export struct Card6Component { @@ -101,7 +101,7 @@ export struct Card6Component {
101 .alignItems(HorizontalAlign.Start) 101 .alignItems(HorizontalAlign.Start)
102 .justifyContent(FlexAlign.Start) 102 .justifyContent(FlexAlign.Start)
103 .width('64%') 103 .width('64%')
104 - .height(this.contentDTO.appStyle === CompStyle.Card_13 ? '' : 156) 104 + .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156)
105 105
106 Stack({alignContent: Alignment.BottomEnd}) { 106 Stack({alignContent: Alignment.BottomEnd}) {
107 Image(this.loadImg ? this.contentDTO.coverUrl || this.contentDTO.fullColumnImgUrls?.[0]?.url || this.contentDTO.fullColumnImgUrls?.[0]?.fullUrl : '') 107 Image(this.loadImg ? this.contentDTO.coverUrl || this.contentDTO.fullColumnImgUrls?.[0]?.url || this.contentDTO.fullColumnImgUrls?.[0]?.fullUrl : '')