陈剑华

fix: 17107 UI还原问题-进入视频全屏,回看间距和字体问题

@@ -223,6 +223,7 @@ export struct PlayUIComponent { @@ -223,6 +223,7 @@ export struct PlayUIComponent {
223 right: 4, 223 right: 4,
224 bottom: 1 224 bottom: 1
225 }) 225 })
  226 + .margin({left: this.contentDetailData?.rmhInfo ? 0 : 34})
226 } 227 }
227 //回看 228 //回看
228 else if (this.contentDetailData.liveInfo?.liveState == 'end') { 229 else if (this.contentDetailData.liveInfo?.liveState == 'end') {
@@ -154,6 +154,7 @@ export struct PlayerTitleComponent { @@ -154,6 +154,7 @@ export struct PlayerTitleComponent {
154 top: 0, 154 top: 0,
155 bottom: 0 155 bottom: 0
156 } : 4) 156 } : 4)
  157 + .margin({left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34})
157 } 158 }
158 } 159 }
159 } 160 }