Showing
1 changed file
with
8 additions
and
2 deletions
| @@ -221,9 +221,15 @@ export struct PlayUIComponent { | @@ -221,9 +221,15 @@ export struct PlayUIComponent { | ||
| 221 | .padding({ | 221 | .padding({ |
| 222 | top: 1, | 222 | top: 1, |
| 223 | right: 4, | 223 | right: 4, |
| 224 | - bottom: 1 | 224 | + bottom: 1, |
| 225 | }) | 225 | }) |
| 226 | - // .margin({left: this.contentDetailData?.rmhInfo ? 0 : 34}) | 226 | + .margin( |
| 227 | + { | ||
| 228 | + left: this.contentDetailData?.rmhInfo | ||
| 229 | + ? 0 | ||
| 230 | + : this.displayDirection === DisplayDirection.VIDEO_HORIZONTAL ? 34 : 0 | ||
| 231 | + } | ||
| 232 | + ) | ||
| 227 | } | 233 | } |
| 228 | //回看 | 234 | //回看 |
| 229 | else if (this.contentDetailData.liveInfo?.liveState == 'end') { | 235 | else if (this.contentDetailData.liveInfo?.liveState == 'end') { |
-
Please register or login to post a comment