Explorar o código

加大 label 宽度

jsonwang %!s(int64=3) %!d(string=hai) anos
pai
achega
fc38cb4a94
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Introduce/Record/INRecorderController.swift

+ 1 - 1
Introduce/Record/INRecorderController.swift

@@ -245,7 +245,7 @@ class INRecorderController: BFBaseViewController {
         titleL.snp.makeConstraints { make in
             make.bottom.equalTo(photoBtn.snp.top).offset(-50)
             make.centerX.equalToSuperview()
-            make.width.equalTo(200)
+            make.width.equalTo(cScreenWidth)
             make.height.equalTo(40)
         }