陈剑华

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

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