Commit 062e4723 authored by Steven杜宇's avatar Steven杜宇

// UI

parent cc613731
...@@ -411,7 +411,7 @@ extension YHServiceOrderProgressTableViewCell { ...@@ -411,7 +411,7 @@ extension YHServiceOrderProgressTableViewCell {
label.font = UIFont.PFSC_M(ofSize: 13) label.font = UIFont.PFSC_M(ofSize: 13)
label.textColor = .white label.textColor = .white
label.backgroundColor = UIColor.brandMainColor label.backgroundColor = UIColor.brandMainColor
label.layer.cornerRadius = kCornerRadius4 label.layer.cornerRadius = 2.0
label.masksToBounds = true label.masksToBounds = true
label.textAlignment = .center label.textAlignment = .center
return label return label
......
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