inleft
2022-08-17 bc95187efc506413cf85749fe36fe748cf75fed5
src/components/mini/Aplayer.vue
@@ -1,6 +1,8 @@
<template>
   <div class="fade">
      <aplayer :audio="audio" fixed style="z-index: 10;"  :volume="0.1" :preload="preload" />
      <a-col v-bind="colMain">
         <aplayer :audio="audio" :autoplay="autoplay" fixed style="z-index: 10;" :volume="0.1" :preload="preload" />
      </a-col>
      <!-- <a-modal ref="musicModal" title="" :dialog-style="{ top: '10px' }" :mask="false"
      :maskClosable="false"   :visible="modal1Visible" @ok="() => setModal1Visible(false)" @cancel="() => setModal1Visible(false)">
@@ -16,6 +18,15 @@
      data() {
         return {
            colMain: {
               xs: 0,
               sm: 0,
               md: 1,
               lg: 1,
               xl: 1,
               xxl: 1
            },
            autoplay: false,
            modal1Visible: true,
            secondsToGo: 5,
            preload: "none",