Commit 5c50ce98 authored by Steven杜宇's avatar Steven杜宇

// AI

parent 6ff42b8a
...@@ -85,15 +85,15 @@ class YHRecommendTextMessageCell: UITableViewCell { ...@@ -85,15 +85,15 @@ class YHRecommendTextMessageCell: UITableViewCell {
whiteContentView.snp.makeConstraints { make in whiteContentView.snp.makeConstraints { make in
make.left.equalTo(20) make.left.equalTo(20)
make.right.lessThanOrEqualTo(-20) make.right.lessThanOrEqualTo(-20)
make.top.equalTo(16) make.top.equalTo(10)
make.bottom.equalTo(0) make.bottom.equalTo(0)
} }
messageLabel.snp.makeConstraints { make in messageLabel.snp.makeConstraints { make in
make.left.equalTo(16) make.left.equalTo(16)
make.right.equalTo(-16) make.right.equalTo(-16)
make.top.equalTo(16) make.top.equalTo(10)
make.bottom.equalTo(-16) make.bottom.equalTo(-10)
} }
} }
......
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