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
wangliang_wd
2024-09-10 16:01:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3ef33edd98826808054bedfca4a8c3e9aa73c127
3ef33edd
1 parent
b83007e0
feat:增加人民号组件背景,防止跳转时UI错乱
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/PeopleShipHomePage.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/PeopleShipHomePage.ets
View file @
3ef33ed
...
...
@@ -67,6 +67,7 @@ struct PeopleShipHomePage {
build() {
Column(){
if(this.isConnectNetwork){
if (this.isHasHomePage){
Stack({ alignContent: Alignment.Top }) {
...
...
@@ -170,6 +171,10 @@ struct PeopleShipHomePage {
}.width("100%")
.height("100%")
}
}.width("100%")
.height("100%")
.backgroundColor(Color.White)
}
@Builder peopleHomeTitleTransparent() {
...
...
Please
register
or
login
to post a comment