审核失败背景色优化
This commit is contained in:
Binary file not shown.
@@ -225,7 +225,7 @@ open class ReviewFailedController : ZDViewController {
|
||||
}
|
||||
|
||||
func addSubviews() {
|
||||
view.backgroundColor = .hex("F4F5F7")
|
||||
view.backgroundColor = .hex("FAFAFA")
|
||||
view.addSubview(reviewFailedView)
|
||||
|
||||
reviewFailedView.tableView.addSubview(emptyView)
|
||||
|
||||
Reference in New Issue
Block a user