Commit 478378df authored by Steven杜宇's avatar Steven杜宇

// 待完善清单标题

parent dc6a60b5
...@@ -56,7 +56,7 @@ private extension YHCertificateEntryBottomView { ...@@ -56,7 +56,7 @@ private extension YHCertificateEntryBottomView {
let button = UIButton(type: .custom) let button = UIButton(type: .custom)
button.titleLabel?.font = UIFont.PFSC_M(ofSize: 15) button.titleLabel?.font = UIFont.PFSC_M(ofSize: 15)
button.contentHorizontalAlignment = .center button.contentHorizontalAlignment = .center
button.setTitle("生成清单", for: .normal) button.setTitle("待完善清单", for: .normal)
button.setTitleColor(.white, for: .normal) button.setTitleColor(.white, for: .normal)
button.layer.cornerRadius = kCornerRadius3 button.layer.cornerRadius = kCornerRadius3
button.clipsToBounds = true button.clipsToBounds = true
......
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