Commit 0bdcae68 authored by pete谢兆麟's avatar pete谢兆麟

修改服务中心副标题大小

parent 4a9d9faa
......@@ -546,7 +546,7 @@ extension YHResignUploadDocDetailViewController: UITableViewDelegate, UITableVie
text = "待上传".local
textColor = UIColor(hexString: "#0046B5")!
bgColor = UIColor(hexString: "#F0F4FB", transparency: 0.08)!
bgColor = UIColor(hexString: "#F0F4FB")!
} else if self.materialModel.status == 1 {
text = "已完成".local
......
......@@ -720,7 +720,7 @@ extension YHServiceOrderProgressTableViewCell {
messageLabel = {
let label = UILabel()
label.font = UIFont.PFSC_M(ofSize: 13)
label.font = UIFont.PFSC_R(ofSize: 13)
label.textColor = UIColor.mainTextColor
label.numberOfLines = 0
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