Browse Source

ui 调整

jsonwang 3 years ago
parent
commit
e212a23bdd
1 changed files with 3 additions and 2 deletions
  1. 3 2
      Introduce/Record/INRecorderController.swift

+ 3 - 2
Introduce/Record/INRecorderController.swift

@@ -112,16 +112,17 @@ class INRecorderController: BFBaseViewController {
         }
         }
 
 
         let l = UILabel()
         let l = UILabel()
-        l.text = "选择视频开始讲解"
+        l.text = "选择视频/图片\n开始讲解"
         l.textColor = .white
         l.textColor = .white
         l.font = UIFont.systemFont(ofSize: 16)
         l.font = UIFont.systemFont(ofSize: 16)
         l.textAlignment = .center
         l.textAlignment = .center
         view.addSubview(l)
         view.addSubview(l)
+        l.numberOfLines = 2
         l.snp.makeConstraints { make in
         l.snp.makeConstraints { make in
             make.top.equalTo(addVideoBtn.snp.bottom)
             make.top.equalTo(addVideoBtn.snp.bottom)
             make.centerX.equalToSuperview()
             make.centerX.equalToSuperview()
             make.width.equalTo(200)
             make.width.equalTo(200)
-            make.height.equalTo(24)
+            make.height.equalTo(48)
         }
         }
     
     
         //欢迎界面
         //欢迎界面