wenweiwei před 3 roky
rodič
revize
216ec413ef
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Introduce/Record/INRecorderController.swift

+ 1 - 1
Introduce/Record/INRecorderController.swift

@@ -118,7 +118,7 @@ class INRecorderController: BFBaseViewController {
     }
     
     lazy var bottomView:UIView = {
-        let bottomView = UIView(frame:CGRect.init(x: 0, y: view.frame.height - cSafeAreaHeight - 48 - 30, width: view.frame.width, height: 30))
+        let bottomView = UIView(frame:CGRect.init(x: 0, y: view.frame.height - cSafeAreaHeight - 20 - 30, width: view.frame.width, height: 30))
         let userProBtn = UIButton.init(type: .custom)
         userProBtn.setTitle("用户协议", for: .normal)
         userProBtn.tag = 1