fix bug
This commit is contained in:
@@ -275,7 +275,7 @@ open class ReviewFailedView : DDView {
|
||||
tableView = DDTableView(frame: CGRectZero, style: .plain)
|
||||
super.init(frame: frame)
|
||||
|
||||
tableView.backgroundColor = .hex("F4F5F7")
|
||||
tableView.backgroundColor = .hex("FAFAFA")
|
||||
tableView.separatorStyle = .none
|
||||
addSubview(tableView)
|
||||
tableView.snp.makeConstraints { make in
|
||||
|
||||
Reference in New Issue
Block a user