Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -125,7 +125,8 @@ export struct OperRowListView { | @@ -125,7 +125,8 @@ export struct OperRowListView { | ||
| 125 | .backgroundColor(Color.White) | 125 | .backgroundColor(Color.White) |
| 126 | .padding({ | 126 | .padding({ |
| 127 | top: 10, | 127 | top: 10, |
| 128 | - bottom: `${this.bottomSafeHeight}px` | 128 | + // bottom: `${this.bottomSafeHeight}px` |
| 129 | + bottom: 50 | ||
| 129 | }) | 130 | }) |
| 130 | } | 131 | } |
| 131 | 132 |
-
Please register or login to post a comment