Commit 2905b8ed authored by Steven杜宇's avatar Steven杜宇

// 预约

parent 60972020
...@@ -180,12 +180,12 @@ class YHResignAppointedScheduleSingleItemView: UIView { ...@@ -180,12 +180,12 @@ class YHResignAppointedScheduleSingleItemView: UIView {
make.right.equalTo(-18) make.right.equalTo(-18)
make.width.equalTo(68) make.width.equalTo(68)
make.height.equalTo(28) make.height.equalTo(28)
make.centerY.equalTo(applicantNamesLabel) make.top.equalTo(lineView.snp.bottom).offset(18)
} }
haveConfirmInHKLabel.snp.makeConstraints { make in haveConfirmInHKLabel.snp.makeConstraints { make in
make.right.equalTo(-18) make.right.equalTo(-18)
make.top.equalTo(applicantNamesLabel) make.top.equalTo(lineView.snp.bottom).offset(18)
make.height.equalTo(18) make.height.equalTo(18)
} }
......
...@@ -232,7 +232,7 @@ class YHResignScheduleMultipleInfoCell: UITableViewCell { ...@@ -232,7 +232,7 @@ class YHResignScheduleMultipleInfoCell: UITableViewCell {
make.right.equalTo(-18) make.right.equalTo(-18)
make.width.equalTo(68) make.width.equalTo(68)
make.height.equalTo(28) make.height.equalTo(28)
make.centerY.equalTo(titleLabel) make.top.equalTo(18)
} }
haveConfirmInHKLabel.snp.makeConstraints { make in haveConfirmInHKLabel.snp.makeConstraints { make in
......
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