Commit b6a1fa01 authored by pete谢兆麟's avatar pete谢兆麟

UI 细节

parent e42f57a2
...@@ -414,7 +414,7 @@ class YHOrderDetailTableViewCell: UITableViewCell { ...@@ -414,7 +414,7 @@ class YHOrderDetailTableViewCell: UITableViewCell {
}() }()
centerView.addSubview(bottomLineView) centerView.addSubview(bottomLineView)
bottomLineView.snp.makeConstraints { make in bottomLineView.snp.makeConstraints { make in
make.top.equalTo(197) make.top.equalTo(187)
make.left.right.equalToSuperview() make.left.right.equalToSuperview()
make.height.equalTo(0.5) make.height.equalTo(0.5)
} }
......
...@@ -469,7 +469,7 @@ private extension YHResignCertificateDetailViewController { ...@@ -469,7 +469,7 @@ private extension YHResignCertificateDetailViewController {
titleTextView.snp.makeConstraints { make in titleTextView.snp.makeConstraints { make in
make.left.equalToSuperview().offset(16) make.left.equalToSuperview().offset(16)
make.right.equalToSuperview().offset(-18) make.right.equalToSuperview().offset(-18)
make.top.equalToSuperview().offset(kMargin) make.top.equalToSuperview().offset(8)
} }
......
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