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

修改 文案

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