alroyso 1 year ago
parent
commit
6a6f6d348f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/app/modules/home/views/home_view.dart

+ 2 - 2
lib/app/modules/home/views/home_view.dart

@@ -308,10 +308,10 @@ class _UserStatusWidgetState extends State<UserStatusWidget> {
                     const SizedBox(width: 2,),
                     Image(
                       image: AssetImage(imagePath),
-                      width: 80,
+                      width: 70,
                       height: 30,
                     ),
-                    const SizedBox(width: 10,),
+                    const SizedBox(width: 5,),
                     IconButton(
                       tooltip: '刷新账号状态',
                       icon: widget.isLoading