|
|
@@ -31,7 +31,7 @@
|
|
|
|
|
|
[self.contentLabel mas_makeConstraints:^(MASConstraintMaker *make) {
|
|
|
make.centerY.equalTo(self);
|
|
|
- make.left.equalTo(self.mas_left).offset(100);
|
|
|
+ make.left.equalTo(self.mas_left).offset(148);
|
|
|
make.right.equalTo(self.mas_right).offset(-15);
|
|
|
}];
|
|
|
[self.lineView mas_makeConstraints:^(MASConstraintMaker *make) {
|
|
|
@@ -65,6 +65,7 @@
|
|
|
_contentLabel.textColor = COLOR_000000;
|
|
|
_contentLabel.textAlignment = NSTextAlignmentRight;
|
|
|
_contentLabel.numberOfLines = 2;
|
|
|
+ _contentLabel.adjustsFontSizeToFitWidth = YES;
|
|
|
// _contentLabel.backgroundColor = [UIColor yellowColor];
|
|
|
}
|
|
|
return _contentLabel;
|