Commit d5c91460 authored by Steven杜宇's avatar Steven杜宇

//

parent 9a6bc67c
...@@ -65,7 +65,7 @@ class YHAddFriendCardCell: UITableViewCell { ...@@ -65,7 +65,7 @@ class YHAddFriendCardCell: UITableViewCell {
self.scrollView.snp.updateConstraints { make in self.scrollView.snp.updateConstraints { make in
let msgHeight = self.getHeight(text: self.friendModel.verifyInfo, font: self.msgLabel.font!, width: KScreenWidth-40.0*2) 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