登录页面样式
This commit is contained in:
@@ -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,
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user