Commit 6304208d by tanghuan

手机号绑定界面样式调整

1 parent 4edeed61
......@@ -41,7 +41,7 @@ class AccountPhonePage extends StatelessWidget {
),
SizedBox(height: 100),
Padding(
padding: EdgeInsets.all(80),
padding: EdgeInsets.all(30),
child: SizedBox(
width: double.infinity,
height: 47,
......@@ -72,7 +72,7 @@ class AccountPhonePage extends StatelessWidget {
)
: SingleChildScrollView(
child: Padding(
padding: EdgeInsets.all(60),
padding: EdgeInsets.all(30),
child: Column(
children: [
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!