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-19 09:33:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b6c39674a04d3a54d06d8a4d52c16bede731404d
b6c39674
1 parent
40c07f97
feat:调整人民号主页UI,调整搜索人民号头像展示
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/PeopleShipHomePage.ets
sight_harmony/features/wdComponent/src/main/ets/components/peopleShipHomePage/PeopleShipHomePageTopComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchCreatorComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/PeopleShipHomePage.ets
View file @
b6c3967
...
...
@@ -78,7 +78,9 @@ struct PeopleShipHomePage {
///1-this.topOpacity 联动上滑
.height(this.topOpacity>1?0:120*(1-this.topOpacity))
.objectFit(ImageFit.Cover)
}
Stack({ alignContent: Alignment.Top }){
Row()
.height(px2vp(this.topSafeHeight))
.width("100%")
...
...
sight_harmony/features/wdComponent/src/main/ets/components/peopleShipHomePage/PeopleShipHomePageTopComponent.ets
View file @
b6c3967
...
...
@@ -66,7 +66,7 @@ export struct PeopleShipHomePageTopComponent {
.layoutWeight(1)
.margin({
left: '12vp',
bottom: '
1
0vp',
bottom: '
2
0vp',
right: '12vp'
})
}
...
...
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchCreatorComponent.ets
View file @
b6c3967
...
...
@@ -23,12 +23,15 @@ export struct SearchCreatorComponent{
.alt($r('app.media.icon_default_head_mater'))
.height('92lpx')
.margin({bottom:'15lpx'})
.borderWidth(1)
.borderColor('#EDEDED')
.borderRadius(50)
Row(){
Image(this.item.authIcon)
.width('32lpx')
.height('32lpx')
.objectFit(ImageFit.Cover)
.margin({bottom:5})
}.width('92lpx')
.justifyContent(FlexAlign.End)
}.width('92lpx')
...
...
Please
register
or
login
to post a comment