This commit is contained in:
DDIsFriend
2023-09-13 17:18:14 +08:00
parent 206b0009bc
commit 37b8e0afc1
30 changed files with 355 additions and 373 deletions

View File

@@ -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