|
@@ -498,7 +498,7 @@ class PQStuckPointPublicController: PQBaseViewController {
|
|
make.right.equalTo(view.snp_centerX).offset(-cDefaultMargin)
|
|
make.right.equalTo(view.snp_centerX).offset(-cDefaultMargin)
|
|
make.width.equalTo(164)
|
|
make.width.equalTo(164)
|
|
make.height.equalTo(52)
|
|
make.height.equalTo(52)
|
|
- make.bottom.equalTo(finishedBtn.snp_top).offset(-34)
|
|
|
|
|
|
+ make.bottom.equalTo(finishedBtn.snp_top).offset(-32)
|
|
}
|
|
}
|
|
shareFriendBtn.snp.makeConstraints { make in
|
|
shareFriendBtn.snp.makeConstraints { make in
|
|
make.left.equalTo(view.snp_centerX).offset(cDefaultMargin)
|
|
make.left.equalTo(view.snp_centerX).offset(cDefaultMargin)
|
|
@@ -536,7 +536,10 @@ class PQStuckPointPublicController: PQBaseViewController {
|
|
|
|
|
|
remindLab.snp.makeConstraints { make in
|
|
remindLab.snp.makeConstraints { make in
|
|
make.centerX.equalToSuperview()
|
|
make.centerX.equalToSuperview()
|
|
- make.bottom.equalTo(inputBackView.snp_top).offset(-16)
|
|
|
|
|
|
+ make.bottom.equalTo(inputBackView.snp_top).offset(-16).priorityHigh()
|
|
|
|
+ make.height.equalTo(44)
|
|
|
|
+ make.top.greaterThanOrEqualTo(5)
|
|
|
|
+ make.bottom.lessThanOrEqualTo(inputBackView.snp_top).offset(-5)
|
|
}
|
|
}
|
|
|
|
|
|
titleLabel.snp.makeConstraints { make in
|
|
titleLabel.snp.makeConstraints { make in
|