陈剑华

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

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