Browse Source

适配大屏

任一存 2 years ago
parent
commit
c79d9758ba
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/UIGather/mobile/control.pano_js.vue

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

@@ -353,7 +353,8 @@ soundPlayer.on('pause', () => (showCommentaryPlaying.value = false))
 }
 @media only screen and (min-width: 1750px){
     .musicfix {
-      width: 80px;
+      width: 118px;
+      top: 60%;
     }
   }
 </style>