Commit 6d9272ec authored by Steven杜宇's avatar Steven杜宇

// 方案UI走查

parent 9bbb0b1d
......@@ -222,7 +222,7 @@ class YHMyNewSchemeViewController: YHBaseViewController {
make.height.equalTo(415)
}
tableView.snp.makeConstraints { make in
make.left.equalTo(8.5)
make.left.equalTo(8.3)
make.right.equalTo(-8.5)
make.bottom.equalToSuperview()
make.top.equalTo(k_Height_NavigationtBarAndStatuBar)
......@@ -325,7 +325,7 @@ class YHMyNewSchemeViewController: YHBaseViewController {
}
if selectKeys.count <= 0 {
YHHUD.flash(message: "请选择必填项")
YHHUD.flash(message: "请选择提升目标")
return
}
......
......@@ -23,7 +23,6 @@ class YHImproveHKView: UIView {
templateBtn.isHidden = !showTemplateBtn
templateBtn.snp.updateConstraints { make in
make.height.equalTo(showTemplateBtn ? 20 : 0)
make.top.equalTo(tipsLabel.snp.bottom).offset(showTemplateBtn ? 12 : 0)
make.bottom.equalTo(showTemplateBtn ? -14 : 0)
}
self.setNeedsLayout()
......
......@@ -88,7 +88,7 @@ class YHImproveSchemeTemplateListCell: UITableViewCell {
rightBtn.snp.makeConstraints { make in
make.width.equalTo(60)
make.height.equalTo(25)
make.right.equalTo(-20)
make.right.equalTo(0)
make.centerY.equalToSuperview()
}
}
......
......@@ -25,7 +25,7 @@ class YHImproveTargetListCell: UITableViewCell {
make.left.equalTo(0)
make.right.equalTo(0)
if let lastView = lastView {
make.top.equalTo(lastView.snp.bottom).offset(16)
make.top.equalTo(lastView.snp.bottom).offset(20)
} else {
make.top.equalTo(0)
}
......
......@@ -5,12 +5,11 @@
"scale" : "1x"
},
{
"filename" : "头部-1 1.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "头部.png",
"filename" : "头部(1).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