Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -260,7 +260,7 @@ export struct PeopleShipMainComponent { | @@ -260,7 +260,7 @@ export struct PeopleShipMainComponent { | ||
| 260 | ListItem() { | 260 | ListItem() { |
| 261 | Column(){ | 261 | Column(){ |
| 262 | CardParser({ compDTO: new CompDTO, contentDTO: item }) | 262 | CardParser({ compDTO: new CompDTO, contentDTO: item }) |
| 263 | - Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | 263 | + // Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) |
| 264 | }.width('100%') | 264 | }.width('100%') |
| 265 | 265 | ||
| 266 | }.width("100%") | 266 | }.width("100%") |
-
Please register or login to post a comment