Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -227,9 +227,10 @@ export struct RmhTitle { | @@ -227,9 +227,10 @@ export struct RmhTitle { | ||
| 227 | 227 | ||
| 228 | Text(Number(this.followStatus) === 0 ? '关注' : '已关注') | 228 | Text(Number(this.followStatus) === 0 ? '关注' : '已关注') |
| 229 | .fontSize($r('app.float.font_size_13')) | 229 | .fontSize($r('app.float.font_size_13')) |
| 230 | + .fontWeight(600) | ||
| 230 | .fontColor(Number(this.followStatus) === 0 ? $r('app.color.color_ED2800') : 0xc6c6c6) | 231 | .fontColor(Number(this.followStatus) === 0 ? $r('app.color.color_ED2800') : 0xc6c6c6) |
| 231 | } | 232 | } |
| 232 | - .margin({top:4}) | 233 | + // .margin({top:4}) |
| 233 | .height(36) | 234 | .height(36) |
| 234 | } | 235 | } |
| 235 | .flexShrink(0) | 236 | .flexShrink(0) |
-
Please register or login to post a comment