Commit df17c39039cb8de14bdd031c946b0ef3b11e6382
1 parent
4bbb404c
0.4.8
Showing
3 changed files
with
3 additions
and
2 deletions
CNLiveVideoClassifyKit.podspec
CNLiveVideoClassifyKit/Classes/SearchView/Present/CNWitnessSearchPresent.m
CNLiveVideoClassifyKit/Classes/SearchView/View/CNWitnessSearchPersonCell.m
| ... | ... | @@ -33,6 +33,7 @@ |
| 33 | 33 | [self.nameLabel mas_makeConstraints:^(MASConstraintMaker *make) { |
| 34 | 34 | make.top.equalTo(self.logoImage).offset(4); |
| 35 | 35 | make.left.equalTo(self.logoImage.mas_right).offset(15); |
| 36 | + make.right.equalTo(self.focusedBtn.mas_left).offset(-5); | |
| 36 | 37 | }]; |
| 37 | 38 | [self.fansNumLabel mas_makeConstraints:^(MASConstraintMaker *make) { |
| 38 | 39 | make.top.equalTo(self.nameLabel.mas_bottom).offset(5); | ... | ... |