陈剑华

fix: 18773 一多--折叠屏,双列流卡,封面图严重压缩裁剪

@@ -48,7 +48,8 @@ export struct ZhGridLayout02NewsContent { @@ -48,7 +48,8 @@ export struct ZhGridLayout02NewsContent {
48 Image(this.loadImg ? item == undefined ? '' : item.fullColumnImgUrls[0].url : '') 48 Image(this.loadImg ? item == undefined ? '' : item.fullColumnImgUrls[0].url : '')
49 .backgroundColor(0xf5f5f5) 49 .backgroundColor(0xf5f5f5)
50 .width('100%') 50 .width('100%')
51 - .height(95) 51 + // .height(95)
  52 + .aspectRatio(167 / 95)
52 .borderWidth(0.5) 53 .borderWidth(0.5)
53 .borderColor($r('app.color.color_0D000000')) 54 .borderColor($r('app.color.color_0D000000'))
54 .borderRadius(4) 55 .borderRadius(4)