|
@@ -229,7 +229,7 @@ class PQStuckPointPublicController: PQBaseViewController {
|
|
lazy var progressTipsLab: UILabel = {
|
|
lazy var progressTipsLab: UILabel = {
|
|
let progressTipsLab = UILabel()
|
|
let progressTipsLab = UILabel()
|
|
progressTipsLab.textAlignment = .center
|
|
progressTipsLab.textAlignment = .center
|
|
- progressTipsLab.font = UIFont.systemFont(ofSize: 16, weight: .medium)
|
|
|
|
|
|
+ progressTipsLab.font = UIFont.systemFont(ofSize: 14, weight: .medium)
|
|
progressTipsLab.numberOfLines = 2
|
|
progressTipsLab.numberOfLines = 2
|
|
progressTipsLab.textColor = UIColor.white
|
|
progressTipsLab.textColor = UIColor.white
|
|
let attributedText = NSMutableAttributedString(string: "0%\n视频正在处理中,请勿离开")
|
|
let attributedText = NSMutableAttributedString(string: "0%\n视频正在处理中,请勿离开")
|