|
@@ -255,8 +255,7 @@ class MVPlayControlViewCell: UICollectionViewCell {
|
|
|
|
|
|
pauseBtn.snp.remakeConstraints { make in
|
|
pauseBtn.snp.remakeConstraints { make in
|
|
make.width.height.equalTo(shareW)
|
|
make.width.height.equalTo(shareW)
|
|
- make.centerX.equalToSuperview()
|
|
|
|
- make.centerY.equalToSuperview().offset(-cDefaultMargin * 5)
|
|
|
|
|
|
+ make.center.equalToSuperview()
|
|
}
|
|
}
|
|
|
|
|
|
reCreateBtn.snp.makeConstraints { make in
|
|
reCreateBtn.snp.makeConstraints { make in
|