Commit 47604c8d206bbb8a65a664ff7eef2f7ceb797460

Authored by zhangxiaowen
1 parent 6c585a2e

no message

CNLiveQrCodeModule/Classes/View/CNLiveMyQrCodeView.m
... ... @@ -86,7 +86,8 @@ static const CGFloat timeValue = 1.5;
86 86 [_friends mas_makeConstraints:^(MASConstraintMaker *make) {
87 87 make.left.equalTo(self.mas_left);
88 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  
... ...