Commit 4c9b02639b6ec2f1d1bfb0044ffe03992474fb03
1 parent
c2477bca
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveBMineModule/Classes/View/CNLiveBMineHeaderView.m
| ... | ... | @@ -91,7 +91,7 @@ static const NSInteger margin = 20; |
| 91 | 91 | make.left.equalTo(self.mas_left).with.offset(0); |
| 92 | 92 | make.right.equalTo(self.mas_right).with.offset(-0); |
| 93 | 93 | make.top.equalTo(self.mas_top).with.offset(0); |
| 94 | - make.bottom.equalTo(self.home.mas_top).with.offset(38); | |
| 94 | + make.bottom.equalTo(self.home.mas_top).with.offset(40); | |
| 95 | 95 | |
| 96 | 96 | }]; |
| 97 | 97 | ... | ... |