陈剑华

fix: 18385 搜索结果页-点击展开更多相似_展开状态,下方分割线缺失

@@ -30,6 +30,12 @@ export struct MoreComponent { @@ -30,6 +30,12 @@ export struct MoreComponent {
30 Card9Component({ compDTO: new CompDTO, contentDTO:item, pageId: "", pageName: "" }) 30 Card9Component({ compDTO: new CompDTO, contentDTO:item, pageId: "", pageName: "" })
31 } 31 }
32 }) 32 })
  33 +
  34 + Divider()
  35 + .width('100%')
  36 + .color($r('app.color.color_F5F5F5'))
  37 + .strokeWidth(4)
  38 +
33 } else { 39 } else {
34 Column() { 40 Column() {
35 41