Commit c9092fe07a08d6eeaafbc6dc49bc515139082dc2
1 parent
6a50e83c
0.2.5
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveCMineModule.podspec
CNLiveCMineModule/Classes/CNCMine/View/CNTitleAndImgCell.m
| ... | ... | @@ -88,7 +88,7 @@ |
| 88 | 88 | { |
| 89 | 89 | _imgHeight = imgHeight; |
| 90 | 90 | [self.sigImage mas_updateConstraints:^(MASConstraintMaker *make) { |
| 91 | - make.width.height.mas_equalTo(DS_adapt_length(imgHeight)); | |
| 91 | + make.width.height.mas_equalTo(imgHeight); | |
| 92 | 92 | }]; |
| 93 | 93 | } |
| 94 | 94 | - (void)setImgWidth:(CGFloat)imgWidth | ... | ... |