Browse Source

更换绑定手机号-手机号间距更改

new_revision_app
wurong 2 years ago
parent
commit
72e5c3a709
  1. 2
      lib/setting/binding_phone_page.dart

2
lib/setting/binding_phone_page.dart

@ -351,7 +351,7 @@ class _BindingPhonePage extends State<BindingPhonePage> {
Container(
height: 30.h,
width: MediaQuery.of(context).size.width - 100.w,
margin: EdgeInsets.only(bottom:Platform.isIOS ? 10.h:0),
margin: EdgeInsets.only(bottom:Platform.isIOS ? 5.h:0),
child: TextField(
style: TextStyle(
height: 1.h,

Loading…
Cancel
Save