登录页面样式

This commit is contained in:
GYJ
2024-11-25 14:11:57 +08:00
parent b84d8477c0
commit 2f1eb7abc4
9 changed files with 401 additions and 88 deletions

View File

@@ -48,12 +48,14 @@ class HomeView extends BaseUI {
return Container(
color: const Color(0xff1D2227),
width: leftBarWidth,
child: Column(
children: _buildDestinations(
context,
provider,
leftBarWidth,
itemHeight,
child: SingleChildScrollView(
child: Column(
children: _buildDestinations(
context,
provider,
leftBarWidth,
itemHeight,
),
),
),
);