陈剑华

feat: 17158 搜索结果页-点击展开更多相似功能缺失

... ... @@ -30,9 +30,8 @@ export struct MoreComponent {
Divider()
.width('100%')
.height(10)
.color($r('app.color.color_F5F5F5'))
.strokeWidth('1lpx')
.strokeWidth(5)
Row() {
Text('点击展开更多相似')
... ... @@ -53,9 +52,8 @@ export struct MoreComponent {
Divider()
.width('100%')
.height(10)
.color($r('app.color.color_F5F5F5'))
.strokeWidth('1lpx')
.strokeWidth(5)
}
}
... ...