王士厅

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

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