张善主

fix(17087): UI还原问题-直播回顾-播放/暂停按钮位置偏左;全屏按钮偏右、回看参与人数偏左

@@ -290,7 +290,7 @@ export struct PlayUIComponent { @@ -290,7 +290,7 @@ export struct PlayUIComponent {
290 .fontWeight(600) 290 .fontWeight(600)
291 .fontSize('12fp') 291 .fontSize('12fp')
292 .margin({ 292 .margin({
293 - left: 16 293 + left: 20
294 }) 294 })
295 } 295 }
296 296
@@ -308,7 +308,7 @@ export struct PlayUIComponent { @@ -308,7 +308,7 @@ export struct PlayUIComponent {
308 .fontWeight(600) 308 .fontWeight(600)
309 .fontSize('12fp') 309 .fontSize('12fp')
310 .margin({ 310 .margin({
311 - right: 16 311 + right: 20
312 }) 312 })
313 } 313 }
314 314