Sfoglia il codice sorgente

修改提示文字大小

jsonwang 3 anni fa
parent
commit
87d19a832f

+ 1 - 1
BFFramework/Classes/Stuckpoint/Controller/PQStuckPointPublicController.swift

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