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-07 14:26:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e28199817d338456d482efe9aa8b7c5f46f96d3b
e2819981
1 parent
870a024e
评论底部高度修改
Show 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 @
e281998
...
...
@@ -49,6 +49,7 @@ export struct OperRowListView {
@State newsStatusOfUser: batchLikeAndCollectResult | undefined = undefined // 点赞、收藏状态
@State likeBean: Record<string, string> = {}
@State audioUrl: string= ''
@State bottomSafeHeight: number = AppStorage.get<number>('bottomSafeHeight') || 0
needLike: boolean = true
async aboutToAppear() {
...
...
@@ -120,7 +121,7 @@ export struct OperRowListView {
.backgroundColor(Color.White)
.padding({
top: 10,
bottom:
50
bottom:
`${this.bottomSafeHeight}px`
})
}
...
...
Please
register
or
login
to post a comment