Commit 2142257f authored by David黄金龙's avatar David黄金龙

文字色值修改

parent 3f2a080f
...@@ -63,7 +63,7 @@ class YHScorePersonInfoCell: UITableViewCell { ...@@ -63,7 +63,7 @@ class YHScorePersonInfoCell: UITableViewCell {
//分 //分
private lazy var fenLable : UILabel = { private lazy var fenLable : UILabel = {
let lable0 = UILabel(text: "分") let lable0 = UILabel(text: "分")
lable0.textColor = UIColor(hex: 0xFFEEB0) lable0.textColor = UIColor.white
lable0.font = UIFont.PFSC_R(ofSize: 16) lable0.font = UIFont.PFSC_R(ofSize: 16)
lable0.textAlignment = .center lable0.textAlignment = .center
return lable0 return lable0
......
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