xugenyuan

ref |> 修复早晚报cell上的图片边距带背景色问题

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
... ... @@ -447,7 +447,7 @@ export struct PaperSingleColumn999CardView {
.borderRadius(5)
.objectFit(ImageFit.Fill)
// .aspectRatio(319 / 179) ///图片设计比例
.padding({ top: 10 })
.margin({ top: 10 })
.backgroundColor('#f5f5f5')
.width('100%')
.height((DisplayUtils.getDeviceWidth() - 66)*(179 / 319))
... ...