Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -223,6 +223,7 @@ export struct RmhTitle { | @@ -223,6 +223,7 @@ export struct RmhTitle { | ||
| 223 | Image($r('app.media.rmh_follow')) | 223 | Image($r('app.media.rmh_follow')) |
| 224 | .width(16) | 224 | .width(16) |
| 225 | .height(16) | 225 | .height(16) |
| 226 | + .margin({right: 3}) | ||
| 226 | } | 227 | } |
| 227 | 228 | ||
| 228 | Text(Number(this.followStatus) === 0 ? '关注' : '已关注') | 229 | Text(Number(this.followStatus) === 0 ? '关注' : '已关注') |
-
Please register or login to post a comment