Commit 09813c51 by tanghuan

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

1 parent d698dba6
......@@ -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: [
......
......@@ -89,7 +89,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: [
......
......@@ -75,7 +75,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!