Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -85,6 +85,7 @@ export struct PlayerTitleComponent { | @@ -85,6 +85,7 @@ export struct PlayerTitleComponent { | ||
| 85 | Row() { | 85 | Row() { |
| 86 | this.getLiveStatusView() | 86 | this.getLiveStatusView() |
| 87 | } | 87 | } |
| 88 | + .margin({left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34}) | ||
| 88 | 89 | ||
| 89 | } | 90 | } |
| 90 | .width('100%') | 91 | .width('100%') |
| @@ -148,12 +149,11 @@ export struct PlayerTitleComponent { | @@ -148,12 +149,11 @@ export struct PlayerTitleComponent { | ||
| 148 | .backgroundColor('#4D000000') | 149 | .backgroundColor('#4D000000') |
| 149 | .borderRadius(2) | 150 | .borderRadius(2) |
| 150 | .padding(this.liveState == 'running' ? { | 151 | .padding(this.liveState == 'running' ? { |
| 151 | - left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34, | 152 | + left: 0, |
| 152 | right: 4, | 153 | right: 4, |
| 153 | top: 0, | 154 | top: 0, |
| 154 | bottom: 0 | 155 | bottom: 0 |
| 155 | } : 4) | 156 | } : 4) |
| 156 | - // .margin({left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34}) | ||
| 157 | } | 157 | } |
| 158 | } | 158 | } |
| 159 | } | 159 | } |
-
Please register or login to post a comment