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
yangchenggong1_wd
2024-05-22 10:52:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bf9bbf4e163cd03711be771b74208cb2002d3852
bf9bbf4e
1 parent
aa93b97b
fix:bug[17758] 消息下的预约消息缺少下拉刷新功能
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/mine/message/subscribe/SubscribeMessageComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/message/subscribe/SubscribeMessageComponent.ets
View file @
bf9bbf4
...
...
@@ -81,7 +81,6 @@ export struct SubscribeMessageComponent{
}
})
.width('100%')
.margin({bottom:px2vp(this.bottomSafeHeight)})
}
}
.backgroundColor($r('app.color.color_F9F9F9'))
...
...
@@ -113,12 +112,12 @@ export struct SubscribeMessageComponent{
if (!this.hasMore) {
ListItem() {
ListHasNoMoreDataUI()
}
}
.padding({bottom:px2vp(this.bottomSafeHeight) + 10})
}
}.width('100%')
.edgeEffect(EdgeEffect.None)
.height("100%")
.scrollBar(BarState.Off)
.layoutWeight(1)
}
getNewPageData() {
...
...
Please
register
or
login
to post a comment