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 | // 手势滑动相关 | 45 | // 手势滑动相关 |
| 46 | private panOption: PanGestureOptions = new PanGestureOptions({ direction: PanDirection.Up | PanDirection.Down }) | 46 | private panOption: PanGestureOptions = new PanGestureOptions({ direction: PanDirection.Up | PanDirection.Down }) |
| 47 | private topFixedHeight = 124 | 47 | private topFixedHeight = 124 |
| 48 | - @State topHeight: number = 124 | 48 | + @State topHeight: number = 204 |
| 49 | private deviceHeight: number = 0 | 49 | private deviceHeight: number = 0 |
| 50 | 50 | ||
| 51 | 51 |
-
Please register or login to post a comment