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

Loading…
Cancel
Save