Showing
1 changed file
with
2 additions
and
3 deletions
| @@ -81,7 +81,6 @@ export struct SubscribeMessageComponent{ | @@ -81,7 +81,6 @@ export struct SubscribeMessageComponent{ | ||
| 81 | } | 81 | } |
| 82 | }) | 82 | }) |
| 83 | .width('100%') | 83 | .width('100%') |
| 84 | - .margin({bottom:px2vp(this.bottomSafeHeight)}) | ||
| 85 | } | 84 | } |
| 86 | } | 85 | } |
| 87 | .backgroundColor($r('app.color.color_F9F9F9')) | 86 | .backgroundColor($r('app.color.color_F9F9F9')) |
| @@ -113,12 +112,12 @@ export struct SubscribeMessageComponent{ | @@ -113,12 +112,12 @@ export struct SubscribeMessageComponent{ | ||
| 113 | if (!this.hasMore) { | 112 | if (!this.hasMore) { |
| 114 | ListItem() { | 113 | ListItem() { |
| 115 | ListHasNoMoreDataUI() | 114 | ListHasNoMoreDataUI() |
| 116 | - } | 115 | + }.padding({bottom:px2vp(this.bottomSafeHeight) + 10}) |
| 117 | } | 116 | } |
| 118 | }.width('100%') | 117 | }.width('100%') |
| 118 | + .edgeEffect(EdgeEffect.None) | ||
| 119 | .height("100%") | 119 | .height("100%") |
| 120 | .scrollBar(BarState.Off) | 120 | .scrollBar(BarState.Off) |
| 121 | - .layoutWeight(1) | ||
| 122 | } | 121 | } |
| 123 | 122 | ||
| 124 | getNewPageData() { | 123 | getNewPageData() { |
-
Please register or login to post a comment