Commit e5e7d2ac authored by DavidHuang's avatar DavidHuang

一处 细节修改

parent b31df31d
......@@ -95,7 +95,7 @@ class YHLiveMessageCell: UITableViewCell {
func configureUserEnterRoomMessage(_ usename: String) {
let contentAtt = (ASAttributedString(string: " \(usename)", .foreground(UIColor.white.withAlphaComponent(0.65)), .font(UIFont.PFSC_R(ofSize: 13))))
let contentAtt = (ASAttributedString(string: "\(usename)", .foreground(UIColor.white.withAlphaComponent(0.65)), .font(UIFont.PFSC_R(ofSize: 13))))
let tipsAtt = ASAttributedString(string: " 进入直播间", .foreground(UIColor.white), .font(UIFont.PFSC_R(ofSize: 13)))
......
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