Commit 65896314 authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

login

parent fbc1b8de
No preview for this file type
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
[quickLoginLab mas_updateConstraints:^(MASConstraintMaker *make) { [quickLoginLab mas_updateConstraints:^(MASConstraintMaker *make) {
make.top.mas_equalTo(self.view).mas_offset(kNavigationBarHeight+KScaleWidth(24)); make.top.mas_equalTo(self.view).mas_offset(kNavigationBarHeight+KScaleWidth(24));
make.left.mas_equalTo(self.view).mas_offset(KScaleWidth(24)); make.left.mas_equalTo(self.view).mas_offset(KScaleWidth(24));
make.height.mas_equalTo(KScaleWidth(28)); make.height.mas_equalTo(KScaleWidth(32));
}]; }];
UIView * phoneTFBgView = [[UIView alloc] init]; UIView * phoneTFBgView = [[UIView alloc] init];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment