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

点赞 四大金刚UI修改

parent 61a6767e
...@@ -23,6 +23,7 @@ class YHFourKingViewController: YHBaseViewController { ...@@ -23,6 +23,7 @@ class YHFourKingViewController: YHBaseViewController {
override func viewDidLoad() { override func viewDidLoad() {
super.viewDidLoad() super.viewDidLoad()
view.backgroundColor = .white
setupUI() setupUI()
} }
......
...@@ -17,6 +17,7 @@ class YHHKEventViewController: YHBaseViewController { ...@@ -17,6 +17,7 @@ class YHHKEventViewController: YHBaseViewController {
override func viewDidLoad() { override func viewDidLoad() {
super.viewDidLoad() super.viewDidLoad()
view.backgroundColor = .white
setupUI() setupUI()
loadData() loadData()
} }
......
...@@ -30,7 +30,7 @@ class YHHomeWebBottomButton: UIButton { ...@@ -30,7 +30,7 @@ class YHHomeWebBottomButton: UIButton {
addSubview(topImageView) addSubview(topImageView)
topImageView.snp.makeConstraints { make in topImageView.snp.makeConstraints { make in
make.top.centerX.equalToSuperview() make.top.centerX.equalToSuperview()
make.width.height.equalTo(21) make.width.height.equalTo(24)
} }
bottomTitleLabel = { 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