Commit 9a7cc5b2 authored by Steven杜宇's avatar Steven杜宇

// 预约

parent f9fe194a
......@@ -78,7 +78,7 @@ class YHResignAppointScheduleListViewController: YHBaseViewController {
guideBtn.snp.makeConstraints { make in
make.left.equalTo(20)
make.width.equalTo(66)
make.height.equalTo(41)
make.height.equalTo(43)
make.centerY.equalTo(nextBtn)
}
nextBtn.snp.makeConstraints { make in
......
......@@ -26,7 +26,7 @@ class YHResignAppointTimeModifyViewController: YHBaseViewController {
tableView.sectionHeaderTopPadding = 0.0
}
tableView.estimatedSectionHeaderHeight = 0.1
tableView.estimatedSectionFooterHeight = 16.0
tableView.estimatedSectionFooterHeight = 0.1
tableView.contentInsetAdjustmentBehavior = .never
tableView.showsVerticalScrollIndicator = false
tableView.backgroundColor = .clear
......@@ -47,7 +47,7 @@ class YHResignAppointTimeModifyViewController: YHBaseViewController {
button.setTitleColor(UIColor.mainTextColor, for: .normal)
button.setImage(UIImage(named: "resign_appoint_tips_btn"), for: .normal)
button.centerTextAndImage(imageAboveText: true, spacing: 0.0)
tipsBtn.addTarget(self, action: #selector(didTipsBtnClicked), for: .touchUpInside)
button.addTarget(self, action: #selector(didTipsBtnClicked), for: .touchUpInside)
return button
}()
......@@ -179,7 +179,7 @@ extension YHResignAppointTimeModifyViewController: UITableViewDelegate, UITableV
}
private func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> CGFloat {
return 16
return 0.1
}
func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
......
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