Commit a10edf63 authored by pete谢兆麟's avatar pete谢兆麟

细节修复

parent 3585a10b
...@@ -74,6 +74,7 @@ class YHLifeItemTableViewCell: UITableViewCell { ...@@ -74,6 +74,7 @@ class YHLifeItemTableViewCell: UITableViewCell {
let view = UILabel() let view = UILabel()
view.font = UIFont.PFSC_M(ofSize: 14) view.font = UIFont.PFSC_M(ofSize: 14)
view.textColor = UIColor.mainTextColor50 view.textColor = UIColor.mainTextColor50
view.numberOfLines = 2
return view return view
}() }()
contentView.addSubview(subTitleLabel) contentView.addSubview(subTitleLabel)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment