Browse Source

隐藏倍速音频

liyongli 4 năm trước cách đây
mục cha
commit
2afc47d36f
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      src/components/Detail/audio.vue

+ 8 - 0
src/components/Detail/audio.vue

@@ -7,6 +7,7 @@
         @playing="playing"
         :show-prev-button="false"
         :show-next-button="false"
+        :show-playback-rate="false"
         :audio-list="[item.videoUrl]"
         :before-play="onBeforePlay"
       ></audio-player>
@@ -184,5 +185,12 @@ export default {
   .selectText {
     color: #ee0a24;
   }
+  .audio-player {
+    .audio__btn-wrap {
+      .audio__play-rate {
+        display: none;
+      }
+    }
+  }
 }
 </style>