chenquansheng

fix |> 评论内容与评论中间存在分割线颜色调整

@@ -159,7 +159,7 @@ export struct ChildCommentComponent { @@ -159,7 +159,7 @@ export struct ChildCommentComponent {
159 .width('100%') 159 .width('100%')
160 .height(0.5) 160 .height(0.5)
161 .strokeWidth(0.5) 161 .strokeWidth(0.5)
162 - .backgroundColor($r('app.color.color_EDEDED')) 162 + .color($r('app.color.color_EDEDED'))
163 .margin({ top: 10, bottom: 10 }) 163 .margin({ top: 10, bottom: 10 })
164 } 164 }
165 165