Commit 47604c8d206bbb8a65a664ff7eef2f7ceb797460
1 parent
6c585a2e
no message
Showing
1 changed file
with
2 additions
and
1 deletions
CNLiveQrCodeModule/Classes/View/CNLiveMyQrCodeView.m
| @@ -86,7 +86,8 @@ static const CGFloat timeValue = 1.5; | @@ -86,7 +86,8 @@ static const CGFloat timeValue = 1.5; | ||
| 86 | [_friends mas_makeConstraints:^(MASConstraintMaker *make) { | 86 | [_friends mas_makeConstraints:^(MASConstraintMaker *make) { |
| 87 | make.left.equalTo(self.mas_left); | 87 | make.left.equalTo(self.mas_left); |
| 88 | make.right.equalTo(self.mas_right); | 88 | make.right.equalTo(self.mas_right); |
| 89 | - make.bottom.equalTo(self.mas_bottom).with.offset(-margin); | 89 | + make.top.equalTo(self.qrCode.mas_bottom).with.offset(0); |
| 90 | + make.bottom.equalTo(self.mas_bottom).with.offset(-0); | ||
| 90 | 91 | ||
| 91 | }]; | 92 | }]; |
| 92 | 93 |