Showing
2 changed files
with
2 additions
and
0 deletions
| @@ -223,6 +223,7 @@ export struct PlayUIComponent { | @@ -223,6 +223,7 @@ export struct PlayUIComponent { | ||
| 223 | right: 4, | 223 | right: 4, |
| 224 | bottom: 1 | 224 | bottom: 1 |
| 225 | }) | 225 | }) |
| 226 | + .margin({left: this.contentDetailData?.rmhInfo ? 0 : 34}) | ||
| 226 | } | 227 | } |
| 227 | //回看 | 228 | //回看 |
| 228 | else if (this.contentDetailData.liveInfo?.liveState == 'end') { | 229 | else if (this.contentDetailData.liveInfo?.liveState == 'end') { |
-
Please register or login to post a comment