Browse Source

修改位置

jsonwang 3 years ago
parent
commit
47d812082d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BFFramework/Classes/Stuckpoint/View/PQSelecteMusicView.swift

+ 1 - 1
BFFramework/Classes/Stuckpoint/View/PQSelecteMusicView.swift

@@ -520,7 +520,7 @@ class PQSelectMusicCell: UICollectionViewCell {
             make.width.equalTo(54)
             make.height.equalTo(29)
             make.top.equalTo(musicNameLab.snp_bottom).offset(6)
-            make.left.equalToSuperview()
+            make.centerX.equalTo(audioImageView.snp_centerX)
           
         }
         audioImageView.addCorner(corner: 60 / 2)