陈剑华

fix: 关注分割线左右留白

@@ -34,7 +34,7 @@ export struct PeopleShipAttentionContentListTopComponent { @@ -34,7 +34,7 @@ export struct PeopleShipAttentionContentListTopComponent {
34 .width('100%') 34 .width('100%')
35 .height('102vp') 35 .height('102vp')
36 36
37 - Divider().strokeWidth(1).color($r('app.color.color_F5F5F5')) 37 + Divider().strokeWidth(1).color($r('app.color.color_F5F5F5')).padding({ left: 10, right: 10 })
38 } 38 }
39 } 39 }
40 40