王士厅

fix: 视频播放,标题+导读 展示4行,鸿蒙实际展示3行并折行。

... ... @@ -161,7 +161,7 @@ export struct PlayerTitleView {
} else {
if(this.summary) {
Text() {
Span(this.clipText(this.summary, 14, 2, this.windowWidth - 150 - vp2px(50)))
Span(this.clipText(this.summary, 14, 3, this.windowWidth - 150 - vp2px(50)))
.fontSize(14)
.fontColor(Color.White)
.lineHeight(21)
... ...