Kaynağa Gözat

背景音控制按钮高度改为上部留出320px

任一存 2 yıl önce
ebeveyn
işleme
071e879c38

+ 2 - 2
src/components/UIGather/mobile/control.pano_js.vue

@@ -307,10 +307,10 @@ soundPlayer.on('pause', () => (showCommentaryPlaying.value = false))
   }
 }
 
-.musicfix{
+.musicfix {
   position: fixed;
   right: 16px;
-  top: 40%;
+  top: 320px;
   transform: translateY(-50%);
   z-index: 999;
   width: 40px;