jsonwang hace 3 años
padre
commit
f96db5a2a4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      MusicVideoPlus/Classes/Modules/Home/Views/MVBannerCell.swift

+ 1 - 1
MusicVideoPlus/Classes/Modules/Home/Views/MVBannerCell.swift

@@ -216,7 +216,7 @@ class MVBannerCell: UICollectionViewCell {
 
         bottmMaskView.snp.remakeConstraints { make in
             make.width.equalToSuperview()
-            make.height.equalTo(150 + titleLabel.frame.height)
+            make.height.equalTo(150 + 100)
             make.left.equalToSuperview()
             make.bottom.equalToSuperview()
         }