李志伟 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
                         mainAxisAlignment: MainAxisAlignment.spaceBetween,
92
                         mainAxisAlignment: MainAxisAlignment.spaceBetween,
93
                         children: [
93
                         children: [
94
                           Container(
94
                           Container(
95
-                            width: 200.w,
95
+                            width: 327.w,
96
                             child: TextFormField(
96
                             child: TextFormField(
97
                               initialValue: name,
97
                               initialValue: name,
98
                               style: TextStyle(
98
                               style: TextStyle(
111
                               onChanged: (e) {},
111
                               onChanged: (e) {},
112
                             ),
112
                             ),
113
                           ),
113
                           ),
114
+                          GestureDetector()
114
                           Image.asset(
115
                           Image.asset(
115
                             'images/icons/cancel.png',
116
                             'images/icons/cancel.png',
116
                             width: 18.w,
117
                             width: 18.w,