陈剑华

fix: 17007 UI还原问题--视频直播,标题、图标、字体大小,字体和android不一致

... ... @@ -115,7 +115,7 @@ export struct PlayerTitleView {
.textOverflow({ overflow: TextOverflow.Ellipsis })
if (this.getIcon()) {
Image(this.getIcon()).height(10).margin({ left: 4 })
Image(this.getIcon()).height(13).margin({ left: 4 })
}
}.margin({ bottom: 8 })
... ...