Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -82,6 +82,7 @@ export struct FollowChildComponent{ | @@ -82,6 +82,7 @@ export struct FollowChildComponent{ | ||
| 82 | .justifyContent(FlexAlign.Center) | 82 | .justifyContent(FlexAlign.Center) |
| 83 | .width('100lpx') | 83 | .width('100lpx') |
| 84 | .backgroundColor($r("app.color.color_F5F5F5")) | 84 | .backgroundColor($r("app.color.color_F5F5F5")) |
| 85 | + .borderRadius("6lpx") | ||
| 85 | .height('46lpx') | 86 | .height('46lpx') |
| 86 | .onClick(()=>{ | 87 | .onClick(()=>{ |
| 87 | this.followOperation() | 88 | this.followOperation() |
| @@ -198,6 +199,7 @@ export struct FollowChildComponent{ | @@ -198,6 +199,7 @@ export struct FollowChildComponent{ | ||
| 198 | } | 199 | } |
| 199 | .backgroundColor($r("app.color.color_F5F5F5")) | 200 | .backgroundColor($r("app.color.color_F5F5F5")) |
| 200 | .justifyContent(FlexAlign.Center) | 201 | .justifyContent(FlexAlign.Center) |
| 202 | + .borderRadius("6lpx") | ||
| 201 | .width('100lpx') | 203 | .width('100lpx') |
| 202 | .height('46lpx') | 204 | .height('46lpx') |
| 203 | .onClick(()=>{ | 205 | .onClick(()=>{ |
-
Please register or login to post a comment