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-31 11:13:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9dea578ef3f7b4aee75c07ed6ebb40b315196ef7
9dea578e
1 parent
cbab876d
fix(折叠屏):意见反馈底部按钮适配
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/FeedBackActivity.ets
sight_harmony/features/wdComponent/src/main/ets/components/FeedBackActivity.ets
View file @
9dea578
...
...
@@ -285,9 +285,10 @@ export struct FeedBackActivity {
}
this.reportCommit()
})
.margin({bottom:
20
})
.margin({bottom:
64
})
}
}.margin({bottom:20})
}
// .margin({bottom:64})
}
.backgroundColor($r('app.color.color_fff'))
}
...
...
Please
register
or
login
to post a comment