Commit 6a50e83c042c2d2a274d7317d1752d6b161a1567
1 parent
f20ef862
0.2.4
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveCMineModule.podspec
CNLiveCMineModule/Classes/CNCMine/View/CNTopImageView.m
| ... | ... | @@ -49,7 +49,7 @@ |
| 49 | 49 | [self.codesView mas_makeConstraints:^(MASConstraintMaker *make) { |
| 50 | 50 | make.top.equalTo(self).offset(kStatusHeight); |
| 51 | 51 | make.right.equalTo(self).offset(-DS_adapt_length(10) ); |
| 52 | - make.height.mas_equalTo(DS_adapt_length(30)); | |
| 52 | + make.height.mas_equalTo(DS_adapt_length(35)); | |
| 53 | 53 | make.width.mas_equalTo(DS_adapt_length(105)); |
| 54 | 54 | }]; |
| 55 | 55 | [self.iconImage mas_makeConstraints:^(MASConstraintMaker *make) { | ... | ... |