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-06-26 13:56:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
37113c9b7dafda91c8f254a54ea0f2e68b363d5a
37113c9b
1 parent
2490c775
fix: 19185 搜索结果-第一条有查看更多时,顶部多出分割线,和安卓不一致
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
View file @
37113c9
...
...
@@ -310,7 +310,7 @@ export struct SearchResultContentComponent {
Divider().strokeWidth(5).color('#f5f5f5').padding({ left: 0, right: 0 })
}
} else {
if (this.data?.get(index + 1)?.sameContentListSize > 0) {
if (this.data?.get(index + 1)?.sameContentListSize > 0
&& index !== 0
) {
Divider()
.width('100%')
.color($r('app.color.color_F5F5F5'))
...
...
Please
register
or
login
to post a comment