Commit 5d0986979ab3b064e12063387cc793fd7dde5fba

Authored by zhangxiaowen
1 parent 75d4d450

no message

CNLiveIntegralModule/Classes/Tools/CNLiveRewardRulesView.m
... ... @@ -70,7 +70,7 @@ static const NSInteger margin = 0;
70 70 }];
71 71  
72 72 [_webView mas_makeConstraints:^(MASConstraintMaker *make) {
73   - make.top.equalTo(_bgView.mas_top);
  73 + make.top.equalTo(_bgView.mas_top).with.offset(margin);
74 74 make.left.equalTo(_bgView.mas_left).with.offset(margin);
75 75 make.right.equalTo(_bgView.mas_right).with.offset(-margin);
76 76 make.bottom.equalTo(_closeBtn.mas_top).with.offset(margin);
... ...