Explorar o código

修改播放按钮居中

wenweiwei %!s(int64=3) %!d(string=hai) anos
pai
achega
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