Browse Source

no message

ios
ZHR007 4 months ago
parent
commit
de97ebe8e8
1 changed files with 7 additions and 7 deletions
  1. 14
      lib/pages/mine/real_name_page.dart

14
lib/pages/mine/real_name_page.dart

@ -36,7 +36,7 @@ class RealNamePage extends StatelessWidget {
),
// SizedBox(height: 12),
Container(
height: 56, //
height: 52, //
width: MediaQuery.of(context).size.width - 40,
decoration: BoxDecoration(
border: Border.all(color: Colors.grey.shade300),
@ -53,9 +53,9 @@ class RealNamePage extends StatelessWidget {
children: [
// - +
Container(
width: 108,
width: 98,
alignment: Alignment.centerLeft,
padding: const EdgeInsets.only(left: 24),
padding: const EdgeInsets.only(left: 20),
child: Text(
'姓名:',
style: TextStyle(
@ -93,7 +93,7 @@ class RealNamePage extends StatelessWidget {
),
SizedBox(height: 24),
Container(
height: 56, //
height: 52, //
width: MediaQuery.of(context).size.width - 40,
decoration: BoxDecoration(
border: Border.all(color: Colors.grey.shade300),
@ -110,9 +110,9 @@ class RealNamePage extends StatelessWidget {
children: [
// - +
Container(
width: 108,
width: 98,
alignment: Alignment.centerLeft,
padding: const EdgeInsets.only(left: 24),
padding: const EdgeInsets.only(left: 20),
child: Text(
'身份证号:',
style: TextStyle(
@ -173,7 +173,7 @@ class RealNamePage extends StatelessWidget {
)
],
),
SizedBox(height: 48),
SizedBox(height: 32),
TDButton(
text: '立即认证',

Loading…
Cancel
Save