1. 修正登录页 UI 布局和文案
2. 调整首页 tab 关注逻辑
This commit is contained in:
@@ -113,6 +113,7 @@ class AuthLoginVC: BaseViewController, HiddenNavigationBarProtocol {
|
||||
phonetextFiled.snp.makeConstraints { make in
|
||||
make.top.bottom.equalTo(phoneNumView)
|
||||
make.left.equalTo(phoneNumView).offset(82)
|
||||
make.right.equalTo(phoneNumView)
|
||||
}
|
||||
|
||||
codeView.snp.makeConstraints { make in
|
||||
@@ -123,7 +124,7 @@ class AuthLoginVC: BaseViewController, HiddenNavigationBarProtocol {
|
||||
codetextFiled.snp.makeConstraints { make in
|
||||
make.left.equalTo(codeView).offset(20)
|
||||
make.top.bottom.equalTo(codeView)
|
||||
|
||||
make.right.equalTo(codeView)
|
||||
}
|
||||
|
||||
sepView.snp.makeConstraints { make in
|
||||
@@ -150,7 +151,7 @@ class AuthLoginVC: BaseViewController, HiddenNavigationBarProtocol {
|
||||
|
||||
idTextFiled.snp.makeConstraints { make in
|
||||
make.left.equalTo(idView).offset(20)
|
||||
make.top.bottom.equalTo(idView)
|
||||
make.top.bottom.right.equalTo(idView)
|
||||
}
|
||||
|
||||
pwdView.snp.makeConstraints { make in
|
||||
@@ -161,7 +162,7 @@ class AuthLoginVC: BaseViewController, HiddenNavigationBarProtocol {
|
||||
|
||||
pwdTextFiled.snp.makeConstraints { make in
|
||||
make.left.equalTo(pwdView).offset(20)
|
||||
make.top.bottom.equalTo(pwdView)
|
||||
make.top.bottom.right.equalTo(pwdView)
|
||||
}
|
||||
|
||||
forgetBtn.snp.makeConstraints { make in
|
||||
@@ -175,8 +176,6 @@ class AuthLoginVC: BaseViewController, HiddenNavigationBarProtocol {
|
||||
make.height.equalTo(52)
|
||||
make.top.equalTo(phoneView.snp.bottom).offset(44)
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user