Showing
1 changed file
with
3 additions
and
2 deletions
| @@ -285,9 +285,10 @@ export struct FeedBackActivity { | @@ -285,9 +285,10 @@ export struct FeedBackActivity { | ||
| 285 | } | 285 | } |
| 286 | this.reportCommit() | 286 | this.reportCommit() |
| 287 | }) | 287 | }) |
| 288 | - .margin({bottom:20}) | 288 | + .margin({bottom:64}) |
| 289 | } | 289 | } |
| 290 | - }.margin({bottom:20}) | 290 | + } |
| 291 | + // .margin({bottom:64}) | ||
| 291 | } | 292 | } |
| 292 | .backgroundColor($r('app.color.color_fff')) | 293 | .backgroundColor($r('app.color.color_fff')) |
| 293 | } | 294 | } |
-
Please register or login to post a comment