From dae2a16e8aac83dc018850d51ee674c5b8989368 Mon Sep 17 00:00:00 2001 From: wuqifeng <540416539@qq.com> Date: Sat, 20 Jul 2024 23:43:56 +0800 Subject: [PATCH] feat:我的页面间距修改 --- lib/pages/user/user_page.dart | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/pages/user/user_page.dart b/lib/pages/user/user_page.dart index c57a029..c793c64 100644 --- a/lib/pages/user/user_page.dart +++ b/lib/pages/user/user_page.dart @@ -191,7 +191,10 @@ class _UserView extends StatelessWidget { style: textStyle21sp, )), ), - 12.verticalSpace, + Offstage( + offstage: AppConfigHelper.shouldHidePay(), + child: 12.verticalSpace, + ), OutlinedButton( onPressed: () => pushNamed(AppRouteName.fogPwd), style: normalButtonStyle, @@ -200,10 +203,7 @@ class _UserView extends StatelessWidget { style: textStyle21sp, ), ), - Offstage( - offstage: AppConfigHelper.shouldHidePay(), - child: 12.verticalSpace, - ), + 12.verticalSpace, OutlinedButton( onPressed: () { pushNamed(AppRouteName.webView, arguments: { -- libgit2 0.22.2