王士厅

fix: 直播预告卡ui修改

@@ -262,7 +262,7 @@ export struct ZhSingleRow03 { @@ -262,7 +262,7 @@ export struct ZhSingleRow03 {
262 Row() { 262 Row() {
263 Image(this.loadImg ? item.coverUrl : '') 263 Image(this.loadImg ? item.coverUrl : '')
264 .backgroundColor(0xf5f5f5) 264 .backgroundColor(0xf5f5f5)
265 - .borderRadius(3) 265 + .borderRadius(4)
266 .aspectRatio(106 / 60) 266 .aspectRatio(106 / 60)
267 .height(60) 267 .height(60)
268 .border({ 268 .border({
@@ -465,7 +465,7 @@ export struct ZhSingleRow03 { @@ -465,7 +465,7 @@ export struct ZhSingleRow03 {
465 } 465 }
466 } 466 }
467 .justifyContent(FlexAlign.SpaceBetween) 467 .justifyContent(FlexAlign.SpaceBetween)
468 - .margin({ top: 8, bottom: 8 }) 468 + .margin({ bottom: 10 })
469 .width('100%') 469 .width('100%')
470 } 470 }
471 471