Commit cdab4cec authored by DavidHuang's avatar DavidHuang

一处 优化

parent f696b423
...@@ -167,6 +167,10 @@ extension YHSelectViewController { ...@@ -167,6 +167,10 @@ extension YHSelectViewController {
make.width.equalTo(KScreenWidth) make.width.equalTo(KScreenWidth)
make.height.equalTo(150) make.height.equalTo(150)
} }
if #available(iOS 15.0, *) {
tableView.sectionHeaderTopPadding = 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