mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
调整消息列表时间点击范围
This commit is contained in:
parent
a304c08216
commit
2217e9736d
@ -33,7 +33,8 @@ class MessageTableViewCell: BaseTableViewCell<MessageTableViewCellViewModel> {
|
||||
}()
|
||||
|
||||
let dateLabel: UILabel = {
|
||||
let label = UILabel()
|
||||
let label = BKLabel()
|
||||
label.hitTestSlop = UIEdgeInsets(top: -5, left: -5, bottom: -5, right: -5)
|
||||
label.font = RobotoFont.medium(with: 11)
|
||||
label.textColor = BKColor.grey.base
|
||||
label.isUserInteractionEnabled = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user