alroyso 1 year ago
parent
commit
e62d29260e
1 changed files with 5 additions and 4 deletions
  1. 5 4
      lib/app/modules/home/views/home_view.dart

+ 5 - 4
lib/app/modules/home/views/home_view.dart

@@ -31,7 +31,7 @@ class HomeView extends GetView<HomeController> {
       ),
       child: Scaffold(
           backgroundColor: Colors.transparent,
-          appBar: SysAppBar(title: const Text("首页"), actions: [
+          appBar: SysAppBar(title: const Text(""), actions: [
             Row(
               children: [
                 IconButton(
@@ -122,7 +122,7 @@ class HomeView extends GetView<HomeController> {
                     )
 
                 ),
-                const SizedBox(height: 30,),
+                const SizedBox(height: 35,),
                 Padding(
                   padding: const EdgeInsets.fromLTRB(20, 0, 20, 0),
                   child: Row(
@@ -281,10 +281,10 @@ class _UserStatusWidgetState extends State<UserStatusWidget> {
                         maxLines: 1,  // 设置文本最大行数为 1
                       ),
                     ),
-                    const SizedBox(width: 10,),
+                    const SizedBox(width: 2,),
                     Image(
                       image: AssetImage(imagePath),
-                      width: 60,
+                      width: 80,
                       height: 30,
                     ),
                     const SizedBox(width: 10,),
@@ -302,6 +302,7 @@ class _UserStatusWidgetState extends State<UserStatusWidget> {
                     )
                   ],
                 ),
+
                 Text(
                   widget.expiryDate,
                   style: const TextStyle(