张善主

fix(折叠屏):意见反馈底部按钮适配

@@ -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 }