Commit 6a50e83c042c2d2a274d7317d1752d6b161a1567
1 parent
f20ef862
0.2.4
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveCMineModule.podspec
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
| 10 | s.name = 'CNLiveCMineModule' | 10 | s.name = 'CNLiveCMineModule' |
| 11 | - s.version = '0.2.3' | 11 | + s.version = '0.2.4' |
| 12 | s.summary = '网家家C端个人中心' | 12 | s.summary = '网家家C端个人中心' |
| 13 | 13 | ||
| 14 | # This description is used to generate tags and improve search results. | 14 | # This description is used to generate tags and improve search results. |
CNLiveCMineModule/Classes/CNCMine/View/CNTopImageView.m
| @@ -49,7 +49,7 @@ | @@ -49,7 +49,7 @@ | ||
| 49 | [self.codesView mas_makeConstraints:^(MASConstraintMaker *make) { | 49 | [self.codesView mas_makeConstraints:^(MASConstraintMaker *make) { |
| 50 | make.top.equalTo(self).offset(kStatusHeight); | 50 | make.top.equalTo(self).offset(kStatusHeight); |
| 51 | make.right.equalTo(self).offset(-DS_adapt_length(10) ); | 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 | make.width.mas_equalTo(DS_adapt_length(105)); | 53 | make.width.mas_equalTo(DS_adapt_length(105)); |
| 54 | }]; | 54 | }]; |
| 55 | [self.iconImage mas_makeConstraints:^(MASConstraintMaker *make) { | 55 | [self.iconImage mas_makeConstraints:^(MASConstraintMaker *make) { |