Commit 6304208d by tanghuan

手机号绑定界面样式调整

1 parent 4edeed61
...@@ -41,7 +41,7 @@ class AccountPhonePage extends StatelessWidget { ...@@ -41,7 +41,7 @@ class AccountPhonePage extends StatelessWidget {
), ),
SizedBox(height: 100), SizedBox(height: 100),
Padding( Padding(
padding: EdgeInsets.all(80), padding: EdgeInsets.all(30),
child: SizedBox( child: SizedBox(
width: double.infinity, width: double.infinity,
height: 47, height: 47,
...@@ -72,7 +72,7 @@ class AccountPhonePage extends StatelessWidget { ...@@ -72,7 +72,7 @@ class AccountPhonePage extends StatelessWidget {
) )
: SingleChildScrollView( : SingleChildScrollView(
child: Padding( child: Padding(
padding: EdgeInsets.all(60), padding: EdgeInsets.all(30),
child: Column( child: Column(
children: [ children: [
SizedBox(height: 120), SizedBox(height: 120),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!