|
@@ -196,12 +196,13 @@ class _CreateAccPageState extends State<CreateAccPage> {
|
|
|
style: TextStyle(fontSize: 15, fontWeight: FontWeight.bold),
|
|
|
),
|
|
|
Expanded(
|
|
|
- child: Padding(
|
|
|
- padding: const EdgeInsets.symmetric(horizontal: 20),
|
|
|
- child: Container(
|
|
|
- margin: EdgeInsets.only(bottom: 1),
|
|
|
- child: Text('省份/城市/区域')),
|
|
|
- )),
|
|
|
+ child: Padding(
|
|
|
+ padding: const EdgeInsets.symmetric(horizontal: 20),
|
|
|
+ child: Container(
|
|
|
+ margin: EdgeInsets.only(bottom: 1),
|
|
|
+ child: Text('省份/城市/区域')),
|
|
|
+ ),
|
|
|
+ ),
|
|
|
],
|
|
|
),
|
|
|
),
|