Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -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) |
-
Please register or login to post a comment