陈剑华

fix: 20529 【生产环境】人民号,分割线比较粗

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