Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -80,6 +80,7 @@ export struct FollowChildComponent{ | @@ -80,6 +80,7 @@ export struct FollowChildComponent{ | ||
| 80 | } | 80 | } |
| 81 | .justifyContent(FlexAlign.Center) | 81 | .justifyContent(FlexAlign.Center) |
| 82 | .width('100lpx') | 82 | .width('100lpx') |
| 83 | + .backgroundColor($r("app.color.color_F5F5F5")) | ||
| 83 | .height('46lpx') | 84 | .height('46lpx') |
| 84 | .onClick(()=>{ | 85 | .onClick(()=>{ |
| 85 | this.followOperation() | 86 | this.followOperation() |
| @@ -192,6 +193,7 @@ export struct FollowChildComponent{ | @@ -192,6 +193,7 @@ export struct FollowChildComponent{ | ||
| 192 | .fontWeight('500lpx') | 193 | .fontWeight('500lpx') |
| 193 | .lineHeight('35lpx') | 194 | .lineHeight('35lpx') |
| 194 | } | 195 | } |
| 196 | + .backgroundColor($r("app.color.color_F5F5F5")) | ||
| 195 | .justifyContent(FlexAlign.Center) | 197 | .justifyContent(FlexAlign.Center) |
| 196 | .width('100lpx') | 198 | .width('100lpx') |
| 197 | .height('46lpx') | 199 | .height('46lpx') |
-
Please register or login to post a comment