陈剑华

fix: 19537 【UI走查-卡片】折叠屏展开-人民号动态视频卡

@@ -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%")