Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -96,7 +96,7 @@ export struct LiveHorizontalCardComponent { | @@ -96,7 +96,7 @@ export struct LiveHorizontalCardComponent { | ||
| 96 | 96 | ||
| 97 | if (this.compDTO.dataSourceType === 'LIVE_HORIZONTAL_CARD' || this.compDTO.dataSourceType === 'LIVE_MONTHLY_RANKING' || this.compDTO.dataSourceType === 'OBJECT_POS') { | 97 | if (this.compDTO.dataSourceType === 'LIVE_HORIZONTAL_CARD' || this.compDTO.dataSourceType === 'LIVE_MONTHLY_RANKING' || this.compDTO.dataSourceType === 'OBJECT_POS') { |
| 98 | Row() { | 98 | Row() { |
| 99 | - Text("更多222222") | 99 | + Text("更多") |
| 100 | .fontSize($r("app.float.font_size_14")) | 100 | .fontSize($r("app.float.font_size_14")) |
| 101 | .fontColor($r("app.color.color_999999")) | 101 | .fontColor($r("app.color.color_999999")) |
| 102 | .margin({ right: 1 }) | 102 | .margin({ right: 1 }) |
-
Please register or login to post a comment