Commit 5a53f149 authored by pete谢兆麟's avatar pete谢兆麟

点赞 四大金刚UI修改

parent 61a6767e
......@@ -23,6 +23,7 @@ class YHFourKingViewController: YHBaseViewController {
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .white
setupUI()
}
......
......@@ -17,6 +17,7 @@ class YHHKEventViewController: YHBaseViewController {
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .white
setupUI()
loadData()
}
......
......@@ -30,7 +30,7 @@ class YHHomeWebBottomButton: UIButton {
addSubview(topImageView)
topImageView.snp.makeConstraints { make in
make.top.centerX.equalToSuperview()
make.width.height.equalTo(21)
make.width.height.equalTo(24)
}
bottomTitleLabel = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment