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
daijian_wd
2024-05-07 16:11:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
508bfdaa5e2d58f8ed7d5a79a3b948a6d1e7d0c5
508bfdaa
1 parent
31a8cae3
fix: 解决收藏bug1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/OperRowListView.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/OperRowListView.ets
View file @
508bfda
...
...
@@ -125,7 +125,8 @@ export struct OperRowListView {
.backgroundColor(Color.White)
.padding({
top: 10,
bottom: `${this.bottomSafeHeight}px`
// bottom: `${this.bottomSafeHeight}px`
bottom: 50
})
}
...
...
Please
register
or
login
to post a comment