Commit 6dcedf1a9422a85ebc57c6dd3bef5f51c8b76260
1 parent
e7c9cdb2
no message
Showing
1 changed file
with
1 additions
and
0 deletions
CNLiveBMineModule/Classes/Setting/UpdateTel/CNLiveUpdateTelView.m
| ... | ... | @@ -108,6 +108,7 @@ static const NSInteger timeValue = 1.5; |
| 108 | 108 | [self.telTF mas_makeConstraints:^(MASConstraintMaker *make) { |
| 109 | 109 | make.centerY.equalTo(self.numberLabel); |
| 110 | 110 | make.left.equalTo(self.numberLabel.mas_right).offset(20); |
| 111 | + make.right.equalTo(self.verification.mas_left).offset(-margin); | |
| 111 | 112 | }]; |
| 112 | 113 | [self.codeLabel mas_makeConstraints:^(MASConstraintMaker *make) { |
| 113 | 114 | make.top.equalTo(self.numberLabel.mas_bottom).offset(0); | ... | ... |