Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -45,7 +45,7 @@ export struct ENewspaperListDialog { | @@ -45,7 +45,7 @@ export struct ENewspaperListDialog { | ||
| 45 | public closeDialog?: () => void | 45 | public closeDialog?: () => void |
| 46 | // 手势滑动相关 | 46 | // 手势滑动相关 |
| 47 | private panOption: PanGestureOptions = new PanGestureOptions({ direction: PanDirection.Up | PanDirection.Down }) | 47 | private panOption: PanGestureOptions = new PanGestureOptions({ direction: PanDirection.Up | PanDirection.Down }) |
| 48 | - private topFixedHeight = 124 | 48 | + private topFixedHeight = 204 |
| 49 | @State topHeight: number = 204 | 49 | @State topHeight: number = 204 |
| 50 | private deviceHeight: number = 0 | 50 | private deviceHeight: number = 0 |
| 51 | 51 |
-
Please register or login to post a comment