Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -91,6 +91,7 @@ export struct PeopleShipHomeArticleListComponent { | @@ -91,6 +91,7 @@ export struct PeopleShipHomeArticleListComponent { | ||
| 91 | ListItem() { | 91 | ListItem() { |
| 92 | Column() { | 92 | Column() { |
| 93 | CardParser({compDTO:new CompDTO, contentDTO: item , isPeopleShipHome:true}) | 93 | CardParser({compDTO:new CompDTO, contentDTO: item , isPeopleShipHome:true}) |
| 94 | + .margin({left: 6, right: 6}) | ||
| 94 | Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | 95 | Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) |
| 95 | } | 96 | } |
| 96 | }.width("100%") | 97 | }.width("100%") |
-
Please register or login to post a comment