陈剑华

fix: 20234 【uat】

... ... @@ -246,14 +246,10 @@ export struct Card10ComponentTimelineItem {
Stack() {
Image(this.loadImg ? this.slideItem.fullColumnImgUrls[0].url : '')
.backgroundColor(0xf5f5f5)
.backgroundColor(this.loadImg ? '' : 0xf5f5f5)
.width(117)
.height(78)
.objectFit(ImageFit.Contain)
.borderRadius($r('app.float.image_border_radius'))
.borderStyle(BorderStyle.Solid)
.borderWidth(0.5)
.borderColor($r('app.color.color_0D000000'))
CardMediaInfo({
contentDTO: this.createMediaInfoContent(this.slideItem)
})
... ... @@ -261,6 +257,10 @@ export struct Card10ComponentTimelineItem {
.margin({ left: 12 })
.alignContent(Alignment.BottomEnd)
.height(78)
.borderRadius($r('app.float.image_border_radius'))
.borderStyle(BorderStyle.Solid)
.borderWidth(0.5)
.borderColor($r('app.color.color_0D000000'))
} else {
Column() {
Stack() {
... ...