|
@@ -171,7 +171,7 @@ class CardContentCommentListContentTableViewCell: UITableViewCell {
|
|
likeButton.snp_remakeConstraints { (make) in
|
|
likeButton.snp_remakeConstraints { (make) in
|
|
make.right.equalTo(likeCountLabel.snp.left).offset(-5)
|
|
make.right.equalTo(likeCountLabel.snp.left).offset(-5)
|
|
make.centerY.equalTo(likeCountLabel)
|
|
make.centerY.equalTo(likeCountLabel)
|
|
- make.size.equalTo(16)
|
|
|
|
|
|
+ make.size.equalTo(20)
|
|
}
|
|
}
|
|
|
|
|
|
let likeCountWidth = likeCount.widthForComment(font: kRegularFont14!, height: 25.5)
|
|
let likeCountWidth = likeCount.widthForComment(font: kRegularFont14!, height: 25.5)
|
|
@@ -213,7 +213,7 @@ class CardContentCommentListContentTableViewCell: UITableViewCell {
|
|
likeButton.snp_remakeConstraints { (make) in
|
|
likeButton.snp_remakeConstraints { (make) in
|
|
make.right.equalTo(likeCountLabel.snp.left).offset(-5)
|
|
make.right.equalTo(likeCountLabel.snp.left).offset(-5)
|
|
make.centerY.equalTo(likeCountLabel)
|
|
make.centerY.equalTo(likeCountLabel)
|
|
- make.size.equalTo(16)
|
|
|
|
|
|
+ make.size.equalTo(20)
|
|
}
|
|
}
|
|
let likeCountWidth = likeCount.widthForComment(font: kRegularFont14!, height: 25.5)
|
|
let likeCountWidth = likeCount.widthForComment(font: kRegularFont14!, height: 25.5)
|
|
commentLabel.snp_remakeConstraints { (make) in
|
|
commentLabel.snp_remakeConstraints { (make) in
|