Commit 1c80ae81 authored by David黄金龙's avatar David黄金龙

默认居左展示

parent 52ad17b3
......@@ -84,7 +84,7 @@ class YHAgreementAlertView: UIView {
messageLabel = {
let label = UILabel()
label.textAlignment = .center
// label.textAlignment = .center
label.textColor = UIColor.mainTextColor
label.font = UIFont.PFSC_R(ofSize: 16)
label.numberOfLines = 0
......
......@@ -59,7 +59,7 @@ class YHSubmitAllInfoCheckView: UIView {
label.text = "确定是否提交信息?提交后将不能修改"
label.font = UIFont.PFSC_R(ofSize: 16)
label.textColor = UIColor.mainTextColor
label.textAlignment = .center
// label.textAlignment = .center
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