Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -300,6 +300,7 @@ export struct ENewspaperListDialog { | @@ -300,6 +300,7 @@ export struct ENewspaperListDialog { | ||
| 300 | }.width('100%') | 300 | }.width('100%') |
| 301 | .height('100%') | 301 | .height('100%') |
| 302 | .backgroundColor('#80000000') | 302 | .backgroundColor('#80000000') |
| 303 | + .margin({bottom:44}) | ||
| 303 | .onClick(() => { | 304 | .onClick(() => { |
| 304 | if (this.closeDialog) { | 305 | if (this.closeDialog) { |
| 305 | this.closeDialog() | 306 | this.closeDialog() |
-
Please register or login to post a comment