yangchenggong1_wd

fix:bug[17400] 号主页-关注列表_我的,已关注按钮底色较浅且四角未做圆角处理

@@ -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(()=>{