chenjun

第四行截取微调

... ... @@ -283,7 +283,7 @@ export struct PlayerTitleView {
@Builder
titleBuilder() {
Text() {
Span(this.clipTitleText(this.getTitle(), 16, 4, this.windowWidth - 234 - vp2px(50)))
Span(this.clipTitleText(this.getTitle(), 16, 4, this.windowWidth - 160 - vp2px(50)))
.fontSize(16)
.fontColor(Color.White)
.lineHeight(22)
... ...