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-05-08 17:47:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f8dc261d9fdc79d371ffec98e707914453b79111
f8dc261d
1 parent
4015cf92
feat:优化我的收藏
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/MyCollectionListPage.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/MyCollectionListPage.ets
View file @
f8dc261
...
...
@@ -76,7 +76,12 @@ struct MyCollectionListPage {
this.deleteDatas()
}
})
}.position({y:'92%'})
}
.backgroundColor(Color.White)
.alignContent(Alignment.Top)
.position({y:'92%'})
.width(CommonConstants.FULL_WIDTH)
.height(CommonConstants.FULL_HEIGHT)
}
}
.width(CommonConstants.FULL_WIDTH)
...
...
Please
register
or
login
to post a comment