Commit dc801714 by tanghuan

调整3个登录界面底部提示文字的padding

1 parent 863ea94a
......@@ -149,7 +149,7 @@ class LoginMainPageV3 extends StatelessWidget {
child: Align(
alignment: Alignment.bottomCenter,
child: Padding(
padding: const EdgeInsets.fromLTRB(24, 0, 24, 24),
padding: const EdgeInsets.fromLTRB(0, 0, 0, 20),
child: Column(
mainAxisSize: MainAxisSize.min,
children: [
......
......@@ -68,7 +68,7 @@ class LoginPhonePageV3 extends StatelessWidget {
child: Align(
alignment: Alignment.bottomCenter,
child: Padding(
padding: const EdgeInsets.fromLTRB(24, 0, 24, 24),
padding: const EdgeInsets.fromLTRB(0, 0, 0, 20),
child: Column(
mainAxisSize: MainAxisSize.min,
children: [
......
......@@ -54,7 +54,7 @@ class LoginQrPageV3 extends StatelessWidget {
child: Align(
alignment: Alignment.bottomCenter,
child: Padding(
padding: const EdgeInsets.fromLTRB(24, 0, 24, 24),
padding: const EdgeInsets.fromLTRB(0, 0, 0, 20),
child: Column(
mainAxisSize: MainAxisSize.min,
children: [
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!