yangchenggong1_wd

fix:bug[17014] UI还原问题--我的关注下分割线粗细和间距,已关注背景鸿蒙与安卓不一致

@@ -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')