inleft
2022-08-30 271ca6cb0ee2ff0a789bf74d1821e7891a7043bb
src/components/layouts/baseLayout.vue
@@ -12,7 +12,7 @@
      <a-layout-footer>
         <AplayerBox />
         <tagFooter />
         <MyVideo ref="MyVideo" @closeMyVideo="closeMyVideo"/>
         <MyVideo ref="MyVideo" @closeMyVideo="closeMyVideo" />
         <a-button v-if="miniVideoPlayData!=null && showMiniBox" class="fadeInRight"
            style="position: fixed;right: 0px;bottom: 130px;" @click="showMyVideo(miniVideoPlayData)">
@@ -32,7 +32,8 @@
   // Dplayer Api地址
   // http://dplayer.js.org/ 
   import tagHeader from "../fixed/header.vue"
   import tagFooter from "../fixed/footer.vue"
   // import tagFooter from "../fixed/footer.vue"
   const tagFooter = () => import("../fixed/footer.vue")
   import AplayerBox from "../mini/Aplayer.vue"
   import MyVideo from "../group/MyVideo.vue"
   export default {
@@ -152,6 +153,8 @@
      -webkit-animation-iteration-count: 1;
   }
   .fadeInLeft {
      -webkit-animation-name: "fadeInLeft";
      -webkit-animation-duration: 1s;