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

修改 文案

parent be7539b7
...@@ -89,7 +89,7 @@ class YHOrderTipsItemView: UIView { ...@@ -89,7 +89,7 @@ class YHOrderTipsItemView: UIView {
let lable : UILabel = UILabel() let lable : UILabel = UILabel()
lable.text = "文书定稿" lable.text = "文书定稿"
lable.font = UIFont.PFSC_R(ofSize: 13) lable.font = UIFont.PFSC_R(ofSize: 13)
lable.textColor = UIColor.yhGreyColor lable.textColor = UIColor.mainTextColor
return lable return lable
}() }()
...@@ -129,7 +129,7 @@ class YHOrderTipsItemView: UIView { ...@@ -129,7 +129,7 @@ class YHOrderTipsItemView: UIView {
let lable : UILabel = UILabel() let lable : UILabel = UILabel()
lable.text = "20分钟前" lable.text = "20分钟前"
lable.font = UIFont.PFSC_R(ofSize: 12) lable.font = UIFont.PFSC_R(ofSize: 12)
lable.textColor = UIColor.mainTextColor lable.textColor = UIColor.yhGreyColor
lable.textAlignment = .right lable.textAlignment = .right
return lable return lable
}() }()
......
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