Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -289,7 +289,7 @@ export struct PlayerTitleView { | @@ -289,7 +289,7 @@ export struct PlayerTitleView { | ||
| 289 | if (this.isOverLines) { | 289 | if (this.isOverLines) { |
| 290 | Text() { | 290 | Text() { |
| 291 | Span('全文') | 291 | Span('全文') |
| 292 | - .fontColor('#888888') | 292 | + .fontColor('#99FFFFFF') |
| 293 | .fontWeight(400) | 293 | .fontWeight(400) |
| 294 | .fontFamily('PingFang SC-Regular') | 294 | .fontFamily('PingFang SC-Regular') |
| 295 | .fontSize(12) | 295 | .fontSize(12) |
| @@ -362,7 +362,7 @@ export struct PlayerTitleView { | @@ -362,7 +362,7 @@ export struct PlayerTitleView { | ||
| 362 | Text() { | 362 | Text() { |
| 363 | if (this.isTitleOverLines) { | 363 | if (this.isTitleOverLines) { |
| 364 | Span('全文') | 364 | Span('全文') |
| 365 | - .fontColor(Color.White) | 365 | + .fontColor('#99FFFFFF') |
| 366 | .fontWeight(600) | 366 | .fontWeight(600) |
| 367 | .fontFamily('PingFang SC-Regular') | 367 | .fontFamily('PingFang SC-Regular') |
| 368 | .fontSize(12) | 368 | .fontSize(12) |
-
Please register or login to post a comment