Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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 |
-
Please register or login to post a comment