Ver Fonte

调整 UI

jsonwang há 3 anos atrás
pai
commit
f96db5a2a4

+ 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()
         }