Commit 6cfc2b35 authored by Steven杜宇's avatar Steven杜宇

// AI

parent 47a4f7b9
......@@ -343,6 +343,8 @@ extension YHAIMainChatViewController: UITableViewDelegate, UITableViewDataSource
}
}
let defaultCell = tableView.dequeueReusableCell(withIdentifier: "UITableViewCell", for: indexPath)
defaultCell.backgroundColor = .clear
defaultCell.contentView.backgroundColor = .clear
return defaultCell
}
......
......@@ -477,6 +477,8 @@ extension YHAIRobotChatViewController: UITableViewDelegate, UITableViewDataSourc
}
}
let defaultCell = tableView.dequeueReusableCell(withIdentifier: "UITableViewCell", for: indexPath)
defaultCell.backgroundColor = .clear
defaultCell.contentView.backgroundColor = .clear
return defaultCell
}
......
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