Commit 9d3cef4b authored by David黄金龙's avatar David黄金龙

bug修改

parent b127861f
......@@ -21,6 +21,8 @@ class YHTravelDocsPreparationListCell: UITableViewCell {
lazy var whiteContentView: UIView = {
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