张善主

Merge remote-tracking branch 'origin/main'

@@ -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