Commit 6a50e83c042c2d2a274d7317d1752d6b161a1567

Authored by yanglingyu
1 parent f20ef862

0.2.4

CNLiveCMineModule.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveCMineModule'
11   - s.version = '0.2.3'
  11 + s.version = '0.2.4'
12 12 s.summary = '网家家C端个人中心'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
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) {
... ...