陈剑华

fix: 17362 UI还原问题--单图卡鸿蒙版图片大小与安卓不一致,鸿蒙版图片偏大

@@ -70,7 +70,7 @@ export struct Card6Component { @@ -70,7 +70,7 @@ export struct Card6Component {
70 .backgroundColor(this.loadImg ? $r('app.color.color_B0B0B0') : 0xf5f5f5) 70 .backgroundColor(this.loadImg ? $r('app.color.color_B0B0B0') : 0xf5f5f5)
71 .borderRadius(5) 71 .borderRadius(5)
72 .aspectRatio(this.contentDTO.appStyle === CompStyle.Card_13 ? 3 / 2 : 3 / 4) 72 .aspectRatio(this.contentDTO.appStyle === CompStyle.Card_13 ? 3 / 2 : 3 / 4)
73 - .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 90 : 180) 73 + .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156)
74 CardMediaInfo({ contentDTO: this.contentDTO }) 74 CardMediaInfo({ contentDTO: this.contentDTO })
75 } 75 }
76 .alignContent(Alignment.BottomEnd) 76 .alignContent(Alignment.BottomEnd)