Commit 405b7a74 authored by David黄金龙's avatar David黄金龙

处理 运行不过的问题

parent ec5ee6d3
......@@ -54,7 +54,7 @@ class YHCompanySelectViewController: YHBaseViewController {
sureButton = {
let button = UIButton(type: .custom)
button.backgroundColor = UIColor(hex:0x2274ee)
button.titleLabel?.font = kBoldFont(size: 16)
button.titleLabel?.font = UIFont.PFSC_M(ofSize: 16)
button.contentHorizontalAlignment = .center
button.setTitle("保存", for: .normal)
button.setTitleColor( UIColor(hex:0xffffff), for: .normal)
......@@ -164,8 +164,8 @@ class YHCompanyTableViewCell: UITableViewCell {
func setupUI() {
titleLabel = {
let label = UILabel()
label.font = kFont(size: 13)
label.textColor = UIColor(hex:0x222222)
label.font = UIFont.PFSC_R(ofSize: 13)
label.textColor = UIColor.mainTextColor
return label
}()
contentView.addSubview(titleLabel)
......
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