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-13 14:21:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
994f8ebe00c38f1e79e04e87f5f79e9e26a03ad1
994f8ebe
1 parent
9143347d
feat:优化关注列表展示
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/mine/follow/FollowChildComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/PeopleShipHomePage.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/follow/FollowChildComponent.ets
View file @
994f8eb
...
...
@@ -150,7 +150,7 @@ export struct FollowChildComponent{
.alignItems(VerticalAlign.Top)
}
.height(105)
//
.height(105)
.justifyContent(FlexAlign.Start)
Divider()
...
...
@@ -158,6 +158,7 @@ export struct FollowChildComponent{
.height(1)
.color($r('app.color.color_F5F5F5'))
.strokeWidth(1)
.margin({top:10})
}.width('100%')
}else {
...
...
sight_harmony/features/wdComponent/src/main/ets/components/page/PeopleShipHomePage.ets
View file @
994f8eb
...
...
@@ -42,7 +42,7 @@ struct PeopleShipHomePage {
@Provide @Watch('handleChangeAttentionStata') isLoadingAttention: boolean = false
//关注显示
@State attentionOpacity: boolean = false
@Provide topHeight: number = 19
0
@Provide topHeight: number = 19
5
@State isLoading: boolean = true
@State topSafeHeight: number = AppStorage.get<number>('topSafeHeight') || 0
@State isConnectNetwork : boolean = NetworkUtil.isNetConnected()
...
...
Please
register
or
login
to post a comment