Sfoglia il codice sorgente

feat: 个人页在房图标大小改为 37

陈文艺 21 ore fa
parent
commit
d43cba75bb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Lanu/Views/Profile/Profile/LNProfileInRoomView.swift

+ 1 - 1
Lanu/Views/Profile/Profile/LNProfileInRoomView.swift

@@ -110,7 +110,7 @@ private extension LNProfileInRoomView {
         addSubview(roomCover)
         roomCover.snp.makeConstraints { make in
             make.center.equalTo(waveView)
-            make.width.height.equalTo(36)
+            make.width.height.equalTo(37)
         }
         
         let bottom = buildBottom()