王士厅

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

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