瀏覽代碼

调整 UI

jsonwang 3 年之前
父節點
當前提交
f96db5a2a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()
         }