Commit 8b864b3b authored by pete谢兆麟's avatar pete谢兆麟

细节

parent b25b94d3
...@@ -236,7 +236,7 @@ extension YHServiceCenterViewController { ...@@ -236,7 +236,7 @@ extension YHServiceCenterViewController {
titleLabel = { titleLabel = {
let button = UIButton(type: .custom) let button = UIButton(type: .custom)
button.setTitle("我的服务 ", for: .normal) button.setTitle("我的服务 ", for: .normal)
button.titleLabel?.font = UIFont.PFSC_M(ofSize: 21) button.titleLabel?.font = UIFont.PFSC_M(ofSize: 21)
button.setTitleColor(UIColor.mainTextColor, for: .normal) button.setTitleColor(UIColor.mainTextColor, for: .normal)
button.setImage(UIImage(named: "service_center_select_step"), for: .normal) button.setImage(UIImage(named: "service_center_select_step"), for: .normal)
......
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