Commit 5d0986979ab3b064e12063387cc793fd7dde5fba
1 parent
75d4d450
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveIntegralModule/Classes/Tools/CNLiveRewardRulesView.m
| @@ -70,7 +70,7 @@ static const NSInteger margin = 0; | @@ -70,7 +70,7 @@ static const NSInteger margin = 0; | ||
| 70 | }]; | 70 | }]; |
| 71 | 71 | ||
| 72 | [_webView mas_makeConstraints:^(MASConstraintMaker *make) { | 72 | [_webView mas_makeConstraints:^(MASConstraintMaker *make) { |
| 73 | - make.top.equalTo(_bgView.mas_top); | 73 | + make.top.equalTo(_bgView.mas_top).with.offset(margin); |
| 74 | make.left.equalTo(_bgView.mas_left).with.offset(margin); | 74 | make.left.equalTo(_bgView.mas_left).with.offset(margin); |
| 75 | make.right.equalTo(_bgView.mas_right).with.offset(-margin); | 75 | make.right.equalTo(_bgView.mas_right).with.offset(-margin); |
| 76 | make.bottom.equalTo(_closeBtn.mas_top).with.offset(margin); | 76 | make.bottom.equalTo(_closeBtn.mas_top).with.offset(margin); |