@@ -31,14 +31,14 @@ - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reus
31
31
}
32
32
if (!_leftLabel) {
33
33
_leftLabel = [[UILabel alloc ] initWithFrame: CGRectMake (60 , ([LeftImage_LRTextCell cellHeight ] - 30 ) / 2 , 80 , 30 )];
34
- _leftLabel.font = [UIFont systemFontOfSize: 16 ];
34
+ _leftLabel.font = [UIFont systemFontOfSize: 15 ];
35
35
_leftLabel.textColor = kColorDark3 ;
36
36
_leftLabel.textAlignment = NSTextAlignmentLeft;
37
37
[self .contentView addSubview: _leftLabel];
38
38
}
39
39
if (!_rightLabel) {
40
40
_rightLabel = [[UILabel alloc ] initWithFrame: CGRectMake (CGRectGetMaxX (_leftLabel.frame), ([LeftImage_LRTextCell cellHeight ] - 30 ) / 2 , kScreen_Width - CGRectGetMaxX (_leftLabel.frame) - 35 , 30 )];
41
- _rightLabel.font = [UIFont systemFontOfSize: 16 ];
41
+ _rightLabel.font = [UIFont systemFontOfSize: 15 ];
42
42
_rightLabel.textColor = kColorDark7 ;
43
43
_rightLabel.textAlignment = NSTextAlignmentRight;
44
44
[self .contentView addSubview: _rightLabel];
0 commit comments