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

// 去预约

parent f1fd1220
...@@ -48,7 +48,7 @@ class YHSelectApplicantGroupCell: UITableViewCell { ...@@ -48,7 +48,7 @@ class YHSelectApplicantGroupCell: UITableViewCell {
make.height.equalTo(isShowSelectUserView ? 56 : 0) make.height.equalTo(isShowSelectUserView ? 56 : 0)
} }
optionsView.snp.makeConstraints { make in optionsView.snp.updateConstraints { make in
make.top.equalTo(selectGroupView.snp.bottom).offset(isShowSelectUserView ? 16 : 0) make.top.equalTo(selectGroupView.snp.bottom).offset(isShowSelectUserView ? 16 : 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