|
|
@@ -90,7 +90,7 @@
|
|
|
titleLabel = [[UILabel alloc] init];
|
|
|
[cellBgView addSubview:titleLabel];
|
|
|
titleLabel.font = [UIFont boldSystemFontOfSize:14.f];
|
|
|
- titleLabel.numberOfLines = 0;
|
|
|
+ titleLabel.numberOfLines = 3;
|
|
|
[titleLabel setTextColor:HW0A132BColor];
|
|
|
[titleLabel mas_makeConstraints:^(MASConstraintMaker *make) {
|
|
|
make.left.equalTo(mImageView.mas_right).offset(5.f);
|