Commit 140bdb01 authored by Steven杜宇's avatar Steven杜宇

// UI

parent 889990bc
......@@ -100,7 +100,7 @@ class YHActivateHKVisaCell: UITableViewCell {
optionView.snp.makeConstraints { make in
make.top.equalTo(lineView.snp.bottom).offset(0)
make.left.equalTo(18)
make.right.equalTo(0)
make.right.equalTo(-18)
make.bottom.equalTo(0)
}
}
......
......@@ -118,7 +118,7 @@ class YHCertificateAppointOptionCell: UITableViewCell {
optionsView.snp.makeConstraints { make in
make.top.equalTo(detailLabel.snp.bottom).offset(10)
make.left.equalTo(18)
make.right.equalTo(0)
make.right.equalTo(-18)
make.bottom.equalTo(-8)
}
}
......
......@@ -175,7 +175,7 @@ class YHInfoItemOptionView: UIView {
}
secondBtn.snp.makeConstraints { make in
make.right.equalTo(-18)
make.right.equalTo(0)
make.size.equalTo(CGSize(width: 69, height: 32))
make.centerY.equalTo(titleView)
}
......
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