Showing
1 changed file
with
2 additions
and
3 deletions
| @@ -144,17 +144,16 @@ export struct PlayerTitleComponent { | @@ -144,17 +144,16 @@ export struct PlayerTitleComponent { | ||
| 144 | .fontWeight(400) | 144 | .fontWeight(400) |
| 145 | .fontColor(Color.White) | 145 | .fontColor(Color.White) |
| 146 | } | 146 | } |
| 147 | - | ||
| 148 | } | 147 | } |
| 149 | .backgroundColor('#4D000000') | 148 | .backgroundColor('#4D000000') |
| 150 | .borderRadius(2) | 149 | .borderRadius(2) |
| 151 | .padding(this.liveState == 'running' ? { | 150 | .padding(this.liveState == 'running' ? { |
| 152 | - left: 0, | 151 | + left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34, |
| 153 | right: 4, | 152 | right: 4, |
| 154 | top: 0, | 153 | top: 0, |
| 155 | bottom: 0 | 154 | bottom: 0 |
| 156 | } : 4) | 155 | } : 4) |
| 157 | - .margin({left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34}) | 156 | + // .margin({left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34}) |
| 158 | } | 157 | } |
| 159 | } | 158 | } |
| 160 | } | 159 | } |
-
Please register or login to post a comment