소스 검색

fix: button displaying without background music

chenlei 5 달 전
부모
커밋
493c591cfe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/index/views/home/components/menu/index.tsx

+ 1 - 1
src/index/views/home/components/menu/index.tsx

@@ -61,7 +61,7 @@ export default defineComponent({
           </div>
         </div>
         <div class="pinBottom right">
-          <div id="volume" class="ui-icon wide">
+          <div id="volume" class="ui-icon wide" style="display: none">
             <a>
               <img
                 src="images/Volume btn_on.png"