王士厅

fix: 直播预告卡ui修改

... ... @@ -262,7 +262,7 @@ export struct ZhSingleRow03 {
Row() {
Image(this.loadImg ? item.coverUrl : '')
.backgroundColor(0xf5f5f5)
.borderRadius(3)
.borderRadius(4)
.aspectRatio(106 / 60)
.height(60)
.border({
... ... @@ -465,7 +465,7 @@ export struct ZhSingleRow03 {
}
}
.justifyContent(FlexAlign.SpaceBetween)
.margin({ top: 8, bottom: 8 })
.margin({ bottom: 10 })
.width('100%')
}
... ...