王士厅

fix: 人民号横屏视频详情页全屏播放后的标题文字样式和分享按钮图标与安卓不一致

@@ -97,6 +97,8 @@ export struct PlayerFullScreenView { @@ -97,6 +97,8 @@ export struct PlayerFullScreenView {
97 }) 97 })
98 Text(this.getTitle()) 98 Text(this.getTitle())
99 .fontSize(18) 99 .fontSize(18)
  100 + .lineHeight(24)
  101 + .fontWeight(600)
100 .fontColor(Color.White) 102 .fontColor(Color.White)
101 .maxLines(1) 103 .maxLines(1)
102 .textOverflow({ overflow: TextOverflow.Ellipsis }) 104 .textOverflow({ overflow: TextOverflow.Ellipsis })