Browse Source

调整 UI

jsonwang 3 years ago
parent
commit
f96db5a2a4
1 changed files with 1 additions and 1 deletions
  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()
         }