Commit 4c9b02639b6ec2f1d1bfb0044ffe03992474fb03

Authored by iOS-Xiaowen
1 parent c2477bca

no message

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  
... ...