Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexcn committed Jul 31, 2024
1 parent 540aa09 commit b0dca81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/menu/side_menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class _SideMenu extends State<SideMenu> {
groupAlignment: 1.0,
labelType: NavigationRailLabelType.selected,
leading: Padding(
padding: const EdgeInsets.only(top: 32.0), // 增加顶部内边距
padding: const EdgeInsets.only(top: 20.0), // 增加顶部内边距
child: FloatingActionButton(
elevation: 0,
onPressed: () {
Expand Down

0 comments on commit b0dca81

Please sign in to comment.