浏览代码

1.协议布局

wenweiwei 3 年之前
父节点
当前提交
216ec413ef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Introduce/Record/INRecorderController.swift

+ 1 - 1
Introduce/Record/INRecorderController.swift

@@ -118,7 +118,7 @@ class INRecorderController: BFBaseViewController {
     }
     }
     
     
     lazy var bottomView:UIView = {
     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)
         let userProBtn = UIButton.init(type: .custom)
         userProBtn.setTitle("用户协议", for: .normal)
         userProBtn.setTitle("用户协议", for: .normal)
         userProBtn.tag = 1
         userProBtn.tag = 1