Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -55,7 +55,7 @@ export struct TabLiveItemComponent { | @@ -55,7 +55,7 @@ export struct TabLiveItemComponent { | ||
| 55 | .fontColor('#999999') | 55 | .fontColor('#999999') |
| 56 | .margin({ left: 8 }) | 56 | .margin({ left: 8 }) |
| 57 | .visibility(StringUtils.isNotEmpty(this.item.time) ? Visibility.Visible : Visibility.None) | 57 | .visibility(StringUtils.isNotEmpty(this.item.time) ? Visibility.Visible : Visibility.None) |
| 58 | - | 58 | + Blank() |
| 59 | Text('置顶') | 59 | Text('置顶') |
| 60 | .fontSize('11vp') | 60 | .fontSize('11vp') |
| 61 | .fontWeight(400) | 61 | .fontWeight(400) |
| @@ -272,7 +272,7 @@ export struct TabLiveItemComponent { | @@ -272,7 +272,7 @@ export struct TabLiveItemComponent { | ||
| 272 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 272 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 273 | .fontSize(11) | 273 | .fontSize(11) |
| 274 | .fontWeight(400) | 274 | .fontWeight(400) |
| 275 | - .fontColor("#CB0000") | 275 | + .fontColor("#ED2800") |
| 276 | .backgroundColor('#F1EFEB') | 276 | .backgroundColor('#F1EFEB') |
| 277 | .padding({ | 277 | .padding({ |
| 278 | left: 4, | 278 | left: 4, |
-
Please register or login to post a comment