diff --git a/features/fund/src/main/ets/view/TrendsPage.ets b/features/fund/src/main/ets/view/TrendsPage.ets index 6bcf2490253c1bfd1c526f850191e126b2a0c3cc..2bf1589248d6622e54547c2a3eebf601595aabbf 100644 --- a/features/fund/src/main/ets/view/TrendsPage.ets +++ b/features/fund/src/main/ets/view/TrendsPage.ets @@ -92,6 +92,7 @@ export struct TrendsPage { this.pageIndexInfos.pop(); }) } + .padding({top:30}) .width(CommonConstants.FULL_WIDTH_PERCENT) .justifyContent(FlexAlign.SpaceBetween) } @@ -256,7 +257,7 @@ export struct TrendsPage { .hideTitleBar(true) .onAppear(() => { window.getLastWindow(this.getUIContext().getHostContext()).then((windowStage: window.Window) => { - windowStage.setWindowLayoutFullScreen(false); + windowStage.setWindowLayoutFullScreen(true); }) if (!this.isLandScape && this.breakPoint === CommonConstants.BREAK_POINT_SM) { window.getLastWindow(this.getUIContext().getHostContext()).then((stage: window.Window) => {