opt: member page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-20 17:53:03 +08:00
parent c104df6cb8
commit 70706b902c
3 changed files with 17 additions and 17 deletions

View File

@@ -134,11 +134,8 @@ class _MemberPageNewState extends State<MemberPageNew>
tabs: _userController.tabs,
);
Widget get _buildBody => Padding(
padding: EdgeInsets.only(
left: MediaQuery.paddingOf(context).left,
right: MediaQuery.paddingOf(context).right,
),
Widget get _buildBody => SafeArea(
top: false,
child: TabBarView(
controller: _userController.tabController,
children: _userController.tab2!.map((item) {