Commit 3aa45db7 authored by Steven杜宇's avatar Steven杜宇

// 预约

parent 12dd2dc9
......@@ -21,7 +21,7 @@ class YHReAppointViewController: YHBaseViewController {
lazy var tableView: UITableView = {
let tableView = UITableView(frame: .zero, style: .grouped)
tableView.estimatedSectionHeaderHeight = 16.0
tableView.estimatedSectionHeaderHeight = 0.01
tableView.estimatedSectionFooterHeight = 0.01
tableView.contentInsetAdjustmentBehavior = .never
tableView.showsVerticalScrollIndicator = false
......
......@@ -117,6 +117,7 @@ class YHSelectApplicantGroupCell: UITableViewCell {
let view = UIView()
view.backgroundColor = .white
view.layer.cornerRadius = kCornerRadius6
view.clipsToBounds = true
return view
}()
......
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