Commit aa7c78de authored by Steven杜宇's avatar Steven杜宇

// 预约

parent 3301bc0c
...@@ -122,7 +122,7 @@ class YHResignHaveAppointedApplicantsInfoCell: UITableViewCell { ...@@ -122,7 +122,7 @@ class YHResignHaveAppointedApplicantsInfoCell: UITableViewCell {
} else { // 离港 显示预约在港递交时间和预计离港时间两行 } else { // 离港 显示预约在港递交时间和预计离港时间两行
leaveHKTimeView.snp.makeConstraints { make in leaveHKTimeView.snp.remakeConstraints { make in
make.left.equalTo(18) make.left.equalTo(18)
make.right.equalTo(-18) make.right.equalTo(-18)
make.top.equalTo(submitTimeView.snp.bottom).offset(0) make.top.equalTo(submitTimeView.snp.bottom).offset(0)
......
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