南鑫林 лет назад: 5
Родитель
Сommit
8f1b1362c6

+ 2 - 1
RainbowPlanet/RainbowPlanet/Modules/CircleModule/Circle/ViewController/CircleViewController.swift

@@ -158,7 +158,8 @@ class CircleViewController: BaseViewController {
         let nameButton = UIButton(type: UIButton.ButtonType.custom)
         nameButton.setTitle("昵称", for: UIControl.State.normal)
         nameButton.setTitleColor(kffffffColor, for: UIControl.State.normal)
-        nameButton.titleLabel?.font = kBoldFont18
+        nameButton.titleLabel?.font = kRegularFont14
+        nameButton.contentHorizontalAlignment = .left
         nameButton.alpha = 0
         return nameButton
     }()