瀏覽代碼

显示提示框

jsonwang 3 年之前
父節點
當前提交
d54cd5490e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

+ 1 - 1
BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

@@ -386,7 +386,7 @@ public class BFRecordScreenController: BFBaseViewController {
 
     // debug
     lazy var neoNuiDebugLabel: UILabel = {
-        let neoNuiDebugLabel = UILabel(frame: CGRect(x: 0, y: 100, width: 200, height: 24))
+        let neoNuiDebugLabel = UILabel(frame: CGRect(x: 0, y: 100, width: 300, height: 24))
         neoNuiDebugLabel.backgroundColor = .black
         neoNuiDebugLabel.textColor = .white
         neoNuiDebugLabel.textAlignment = .left