Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -223,7 +223,7 @@ export struct PlayUIComponent { | @@ -223,7 +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 | + // .margin({left: this.contentDetailData?.rmhInfo ? 0 : 34}) |
| 227 | } | 227 | } |
| 228 | //回看 | 228 | //回看 |
| 229 | else if (this.contentDetailData.liveInfo?.liveState == 'end') { | 229 | else if (this.contentDetailData.liveInfo?.liveState == 'end') { |
-
Please register or login to post a comment