陈剑华

fix: 18088 UI还原问题-【uat】进入视频频道,点击全屏观看后,进度条线比android粗

@@ -37,6 +37,7 @@ export struct PlayerProgressFullScreenView { @@ -37,6 +37,7 @@ export struct PlayerProgressFullScreenView {
37 type: SliderBlockType.IMAGE, 37 type: SliderBlockType.IMAGE,
38 image: $r('app.media.ic_player_block') 38 image: $r('app.media.ic_player_block')
39 }) 39 })
  40 + .trackThickness(1)
40 .blockSize({ width: 18, height: 12 }) 41 .blockSize({ width: 18, height: 12 })
41 .width('100%') 42 .width('100%')
42 .height(19) 43 .height(19)