李志伟 3 years ago
parent
commit
88643be71c
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      lib/pages/userInfo/index.dart

+ 2
- 1
lib/pages/userInfo/index.dart View File

@@ -92,7 +92,7 @@ class _UserInfo extends State<UserInfo> {
92 92
                         mainAxisAlignment: MainAxisAlignment.spaceBetween,
93 93
                         children: [
94 94
                           Container(
95
-                            width: 200.w,
95
+                            width: 327.w,
96 96
                             child: TextFormField(
97 97
                               initialValue: name,
98 98
                               style: TextStyle(
@@ -111,6 +111,7 @@ class _UserInfo extends State<UserInfo> {
111 111
                               onChanged: (e) {},
112 112
                             ),
113 113
                           ),
114
+                          GestureDetector()
114 115
                           Image.asset(
115 116
                             'images/icons/cancel.png',
116 117
                             width: 18.w,