陈剑华

fix: 关注分割线左右留白

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