陈剑华

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

... ... @@ -30,6 +30,12 @@ export struct MoreComponent {
Card9Component({ compDTO: new CompDTO, contentDTO:item, pageId: "", pageName: "" })
}
})
Divider()
.width('100%')
.color($r('app.color.color_F5F5F5'))
.strokeWidth(4)
} else {
Column() {
... ...