Commit 4593e8a3 authored by David黄金龙's avatar David黄金龙

UI 优化

parent dd31076b
......@@ -325,17 +325,12 @@ extension YHInformationPerfectListVC {
make.bottom.equalTo(myBottomView.snp.top)
}
myHeadView.addSubview(headerTitleDesLable)
headerTitleDesLable.snp.makeConstraints { make in
make.top.equalTo(16)
make.left.equalTo(24)
make.right.equalTo(-24)
make.height.equalTo(26)
make.height.equalTo(29)
}
let desLable = UILabel(text: "此表由主申请人填写,我们将会根据您的个人信息制作资料清单,请按顺序填写,提交后1-2个工作日内联系您哦~")
......@@ -346,13 +341,13 @@ extension YHInformationPerfectListVC {
myHeadView.addSubview(desLable)
desLable.snp.makeConstraints { make in
make.top.equalTo(headerTitleDesLable.snp.bottom).offset(10)
make.top.equalTo(headerTitleDesLable.snp.bottom).offset(6)
make.left.equalTo(24)
make.right.equalTo(-24)
make.bottom.equalToSuperview()
}
myHeadView.frame = CGRect(x: 0, y: 0, width: KScreenWidth, height: 96)
myHeadView.frame = CGRect(x: 0, y: 0, width: KScreenWidth, height: 100)
homeTableView.tableHeaderView = myHeadView
homeTableView.reloadData()
}
......
......@@ -63,7 +63,7 @@ class YHFileListViewController: YHBaseViewController {
private lazy var footLable : UILabel = {
let footLable = UILabel()
footLable.text = "*感谢您对银河移民的信赖,以上信息均用于香港优才签证申请,银河移民承诺对您所提供的信息将绝对保密"
footLable.text = "*感谢您对银河集团的信赖,以上信息均用于香港优才签证申请,银河集团承诺对您所提供的信息将绝对保密"
footLable.textColor = .white
footLable.textAlignment = .center
footLable.font = UIFont.PFSC_R(ofSize: 12)
......
......@@ -159,9 +159,6 @@ extension YHInformationPerfectCell {
}
}
}
func setupUI() {
......
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