Fix my items profile card tab overflow

This commit is contained in:
zhx 2026-05-16 02:05:57 +08:00
parent 1542f82dd2
commit 57ce270b4f

View File

@ -92,10 +92,9 @@ class _MyItemsPageState extends State<MyItemsPage>
top: false, top: false,
child: Column( child: Column(
children: [ children: [
Row( SizedBox(
mainAxisAlignment: MainAxisAlignment.center, width: double.infinity,
children: [ child: TabBar(
TabBar(
tabAlignment: TabAlignment.center, tabAlignment: TabAlignment.center,
isScrollable: true, isScrollable: true,
labelColor: Colors.white, labelColor: Colors.white,
@ -124,7 +123,6 @@ class _MyItemsPageState extends State<MyItemsPage>
controller: _tabController, controller: _tabController,
tabs: _tabs, tabs: _tabs,
), ),
],
), ),
SizedBox(height: 5.w), SizedBox(height: 5.w),
Expanded( Expanded(