Commit 442bb9f7e87c4758defdb797342e83d2f80dcf8c
1 parent
9ab53a9d
0.1.8
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveCMineModule.podspec
CNLiveCMineModule/Classes/CNCMine/ViewController/CNLiveMineVC.m
| ... | ... | @@ -73,7 +73,7 @@ static NSString *const CNSobotNotification_NewMessage = @"CNSobotNotification_Ne |
| 73 | 73 | [self.view addSubview:self.evaluateView]; |
| 74 | 74 | [self.evaluateView mas_makeConstraints:^(MASConstraintMaker *make) { |
| 75 | 75 | make.right.equalTo(self.view); |
| 76 | - make.bottom.equalTo(self.view).offset(-DS_adapt_length(20)); | |
| 76 | + make.bottom.equalTo(self.view).offset(-DS_adapt_length(20)-kVerticalTabBarTotalHeight); | |
| 77 | 77 | make.width.mas_equalTo(DS_adapt_length(79)); |
| 78 | 78 | make.height.mas_equalTo(DS_adapt_length(75.5)); |
| 79 | 79 | }]; | ... | ... |