王士厅

fix: 横屏视频详情页全屏播放后的标题文字样式去掉字重

... ... @@ -103,7 +103,7 @@ export struct PlayerFullScreenView {
Text(this.getTitle())
.fontSize(18)
.lineHeight(24)
.fontWeight(600)
// .fontWeight(600)
.fontColor(Color.White)
.maxLines(1)
.textOverflow({ overflow: TextOverflow.Ellipsis })
... ...