Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
陈剑华
2024-05-27 17:10:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a0e16042235c183e622f3de38bf559a1abb74ab0
a0e16042
1 parent
fa6f8c76
feat: 17158 搜索结果页-点击展开更多相似功能缺失
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/MoreComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/MoreComponent.ets
View file @
a0e1604
...
...
@@ -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
)
}
}
...
...
Please
register
or
login
to post a comment