From e66defabf1a3f6d6d6884346fb46f8c3fab34ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B5=A9=E7=A8=8B?= <798994511@qq.com> Date: Fri, 13 Jun 2025 12:28:55 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/fund/src/main/ets/view/TrendsPage.ets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/fund/src/main/ets/view/TrendsPage.ets b/features/fund/src/main/ets/view/TrendsPage.ets index 6bcf249..2bf1589 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) => { -- Gitee