陈剑华

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

@@ -223,6 +223,7 @@ export struct RmhTitle { @@ -223,6 +223,7 @@ export struct RmhTitle {
223 Image($r('app.media.rmh_follow')) 223 Image($r('app.media.rmh_follow'))
224 .width(16) 224 .width(16)
225 .height(16) 225 .height(16)
  226 + .margin({right: 3})
226 } 227 }
227 228
228 Text(Number(this.followStatus) === 0 ? '关注' : '已关注') 229 Text(Number(this.followStatus) === 0 ? '关注' : '已关注')