Browse Source

修改播放按钮居中

wenweiwei 3 years ago
parent
commit
95f469c334

+ 1 - 1
MusicVideoPlus/Classes/Modules/Mine/Views/MVPlayControlViewCell.swift

@@ -262,7 +262,7 @@ class MVPlayControlViewCell: UICollectionViewCell {
             make.left.equalToSuperview().offset(margin)
             make.right.equalToSuperview().offset(-margin)
             make.height.equalTo(margin * 4)
-            make.bottom.equalToSuperview().offset(-(cSafeAreaHeight + margin * 4))
+            make.bottom.equalToSuperview().offset(-(cSafeAreaHeight + margin * 2))
         }
 
         wechatFriLab.snp.remakeConstraints { make in