首页显示优化
This commit is contained in:
@@ -15,7 +15,7 @@ class MainWrapper extends StatelessWidget {
|
||||
extendBody: true, // 必须开启,让内容流过导航栏下方
|
||||
body: navigationShell,
|
||||
bottomNavigationBar: Container(
|
||||
margin: const EdgeInsets.fromLTRB(20, 0, 20, 32), // 稍微调高底部间距
|
||||
margin: const EdgeInsets.fromLTRB(20, 0, 20, 10),
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(32),
|
||||
boxShadow: [
|
||||
|
||||
Reference in New Issue
Block a user