Commit 417eb8ea authored by pete谢兆麟's avatar pete谢兆麟

分享二维码间距修改

parent 2ea53fa0
...@@ -268,7 +268,7 @@ class YHShareOneCollectionViewCell: UICollectionViewCell { ...@@ -268,7 +268,7 @@ class YHShareOneCollectionViewCell: UICollectionViewCell {
}() }()
centerImageView.addSubview(imageView) centerImageView.addSubview(imageView)
imageView.snp.makeConstraints { make in imageView.snp.makeConstraints { make in
make.bottom.equalTo(-57) make.bottom.equalTo(-64)
make.right.equalTo(-27) make.right.equalTo(-27)
make.width.height.equalTo(56) make.width.height.equalTo(56)
} }
......
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