Commit c2ea186d authored by David黄金龙's avatar David黄金龙

修改一处bug

parent f696ae7a
...@@ -61,6 +61,8 @@ class YHHKPlanItemView: UIView { ...@@ -61,6 +61,8 @@ class YHHKPlanItemView: UIView {
let view = UILabel() let view = UILabel()
view.text = "所属专业名称(如有):资深数据科学家" view.text = "所属专业名称(如有):资深数据科学家"
view.font = UIFont.PFSC_R(ofSize: 14) view.font = UIFont.PFSC_R(ofSize: 14)
view.numberOfLines = 0
view.lineBreakMode = .byWordWrapping
view.textColor = .init(hex: 0x6D788A) view.textColor = .init(hex: 0x6D788A)
return view return view
}() }()
......
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