陈剑华

fix: 18692 UI还原问题--【生产环境】直播预告日期字体和ios不一致看图

... ... @@ -260,7 +260,7 @@ export struct ZhSingleRow03 {
.fontSize(12)
.textAlign(TextAlign.Start)
.fontFamily('PingFang SC-Semibold')
.fontWeight(600)
.fontWeight(500)
Image($r('app.media.timeline_rect'))
.width(4)
.height(3)
... ... @@ -270,7 +270,7 @@ export struct ZhSingleRow03 {
.fontColor(0x000000)
.fontSize(12)
.fontFamily('PingFang SC-Semibold')
.fontWeight(600)
.fontWeight(500)
Text('开始直播')
.fontColor(0xC8C8C8)
.fontSize(12)
... ...