Skip to content

Commit

Permalink
调整消息列表时间点击范围
Browse files Browse the repository at this point in the history
  • Loading branch information
Finb committed Sep 27, 2024
1 parent a304c08 commit 2217e97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion View/MessageTableViewCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2217e97

Please sign in to comment.