Commit 87149331 authored by Alex朱枝文's avatar Alex朱枝文

UI走查问题修复

parent 81383929
......@@ -140,9 +140,9 @@ class YHCustomerInformationQuestionnaireVC: YHBaseViewController {
make.left.equalToSuperview()
make.right.equalToSuperview()
make.top.equalToSuperview()
make.bottom.equalTo(bottomView.snp.top).offset(-24)
make.bottom.equalTo(bottomView.snp.top).offset(-8)
}
tableView.contentInset = UIEdgeInsets(top: imageHeight - 110, left: 0, bottom: 0, right: 0)
tableView.contentInset = UIEdgeInsets(top: imageHeight - 115, left: 0, bottom: 0, right: 0)
tableView.tableFooterView = UIView(frame: CGRect(x: 0, y: 0, width: KScreenWidth, height: 0.01))
}
......
......@@ -78,7 +78,7 @@ class YHSurveyMatchResultViewController: YHBaseViewController {
button.addTarget(self, action: #selector(matchButtonClicked), for: .touchUpInside)
button.backgroundColor = .mainTextColor
button.setTitleColor(.white, for: .normal)
button.titleLabel?.font = .PFSC_R(ofSize: 14)
button.titleLabel?.font = .PFSC_M(ofSize: 16)
button.layer.cornerRadius = 3
button.clipsToBounds = true
return button
......
......@@ -77,7 +77,7 @@ class YHSurveySubmitDoneViewController: YHBaseViewController {
view.addSubview(backHomeButton)
topImageView.snp.makeConstraints { make in
make.width.equalTo(127)
make.height.equalTo(92)
make.height.equalTo(127)
make.top.equalToSuperview().offset(129 + k_Height_NavigationtBarAndStatuBar)
make.centerX.equalToSuperview()
}
......
......@@ -5,12 +5,12 @@
"scale" : "1x"
},
{
"filename" : "plan_question_submitted@2x.png",
"filename" : "提交成功@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "plan_question_submitted@3x.png",
"filename" : "提交成功@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
......
......@@ -5,12 +5,12 @@
"scale" : "1x"
},
{
"filename" : "plan_question_top_new@2x.png",
"filename" : "问卷头图-新客户@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "plan_question_top_new@3x.png",
"filename" : "问卷头图-新客户@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
......
......@@ -5,12 +5,12 @@
"scale" : "1x"
},
{
"filename" : "plan_question_top_old@2x.png",
"filename" : "问卷头图-老客户@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "plan_question_top_old@3x.png",
"filename" : "问卷头图-老客户@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
......
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