Commit 1ce34384 authored by David黄金龙's avatar David黄金龙
parents 2db88e32 d5c91460
......@@ -65,7 +65,7 @@ class YHAddFriendCardCell: UITableViewCell {
self.scrollView.snp.updateConstraints { make in
let msgHeight = self.getHeight(text: self.friendModel.verifyInfo, font: self.msgLabel.font!, width: KScreenWidth-40.0*2)
make.height.equalTo(msgHeight >= 55.0 ? 52+12 : msgHeight+12)
make.height.equalTo(msgHeight >= 72.0 ? 72.0+12.0 : msgHeight+12.0)
}
}
}
......
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