陈剑华

fix: 产品走查:rmhTitle组件关注ui

@@ -227,9 +227,10 @@ export struct RmhTitle { @@ -227,9 +227,10 @@ export struct RmhTitle {
227 227
228 Text(Number(this.followStatus) === 0 ? '关注' : '已关注') 228 Text(Number(this.followStatus) === 0 ? '关注' : '已关注')
229 .fontSize($r('app.float.font_size_13')) 229 .fontSize($r('app.float.font_size_13'))
  230 + .fontWeight(600)
230 .fontColor(Number(this.followStatus) === 0 ? $r('app.color.color_ED2800') : 0xc6c6c6) 231 .fontColor(Number(this.followStatus) === 0 ? $r('app.color.color_ED2800') : 0xc6c6c6)
231 } 232 }
232 - .margin({top:4}) 233 + // .margin({top:4})
233 .height(36) 234 .height(36)
234 } 235 }
235 .flexShrink(0) 236 .flexShrink(0)