Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -173,7 +173,7 @@ export struct PlayUIComponent { | @@ -173,7 +173,7 @@ export struct PlayUIComponent { | ||
| 173 | .width('100%') | 173 | .width('100%') |
| 174 | // .width(this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? 'calc(100% - 80vp)' : 'calc(100% - 32vp)') | 174 | // .width(this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? 'calc(100% - 80vp)' : 'calc(100% - 32vp)') |
| 175 | .padding({ | 175 | .padding({ |
| 176 | - top: 11, | 176 | + top: 13, |
| 177 | bottom: 6, | 177 | bottom: 6, |
| 178 | left: this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? '40vp' : '16vp', | 178 | left: this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? '40vp' : '16vp', |
| 179 | right: this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? '40vp' : '16vp' | 179 | right: this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? '40vp' : '16vp' |
-
Please register or login to post a comment