|
@@ -624,7 +624,7 @@ class PQSelectMusicCell: UICollectionViewCell {
|
|
|
}
|
|
|
playImageView.snp.remakeConstraints { make in
|
|
|
make.center.equalToSuperview()
|
|
|
- make.width.height.equalTo(cDefaultMargin * 2)
|
|
|
+ make.width.height.equalTo(36)
|
|
|
}
|
|
|
|
|
|
musicNameLab.snp.remakeConstraints { make in
|