Commit eff265f3526292279e20bc93704dc8aee3e9f78d
1 parent
aedbd406
no message
Showing
5 changed files
with
6 additions
and
4 deletions
CNLiveMineModule/Classes/View/CNLiveMineHeaderView.m
| ... | ... | @@ -109,7 +109,8 @@ static const NSInteger margin = 20; |
| 109 | 109 | [_name mas_remakeConstraints:^(MASConstraintMaker *make) { |
| 110 | 110 | make.bottom.equalTo(self.certification.mas_top); |
| 111 | 111 | make.left.equalTo(self.certification.mas_left); |
| 112 | - make.right.equalTo(self.bgView.mas_right).with.offset(-margin); | |
| 112 | +// make.right.equalTo(self.bgView.mas_right).with.offset(-margin); | |
| 113 | + make.right.mas_lessThanOrEqualTo(self.bgView.mas_right).with.offset(-margin); | |
| 113 | 114 | make.height.equalTo(self.certification.mas_height); |
| 114 | 115 | |
| 115 | 116 | }]; | ... | ... |
Example/CNLiveMineModule/CNLIVEAppDelegate.m
Example/CNLiveMineModule/CNLiveNotificationManager.h
Example/CNLiveMineModule/CNLivePageJumpManager.h