inleft
2022-08-09 146176c4bfc7e936026fc02d96fdc175738d9e14
src/components/layouts/baseLayout.vue
@@ -5,12 +5,20 @@
         <tag-Header />
      </a-layout-header>
      <router-view ></router-view>
      <keep-alive>
         <router-view @showMyVideo="showMyVideo"></router-view>
      </keep-alive>
      <a-layout-footer>
         <AplayerBox />
         <tagFooter />
         <MyVideo ref="MyVideo"  />
      </a-layout-footer>
      <a-back-top>
         <a-icon type="up" />回到顶部
      </a-back-top>
   </a-layout>
</template>
@@ -18,11 +26,13 @@
   import tagHeader from "../fixed/header.vue"
   import tagFooter from "../fixed/footer.vue"
   import AplayerBox from "../mini/Aplayer.vue"
   import MyVideo from "../group/MyVideo.vue"
   export default {
      components: {
         tagHeader,
         tagFooter,
         AplayerBox,
         MyVideo,
      },
      data() {
         return {
@@ -30,7 +40,9 @@
         }
      },
      methods: {
         showMyVideo() {
            this.$refs.MyVideo.showModal();
         },
         // 下载文件
         down: function() {
            console.log(111);
@@ -64,11 +76,8 @@
      .ant-layout {}
      .ant-layout-header {
         // background-color: #ffffff;
         backdrop-filter: saturate(180%) blur(1em);
         -webkit-backdrop-filter: blur(5px);
         background: linear-gradient(90deg, rgba(247, 149, 51, 0.101961) 0, rgba(243, 112, 85, 0.101961) 15%, rgba(239, 78, 123, 0.101961) 30%, rgba(161, 102, 171, 0.101961) 44%, rgba(80, 115, 184, 0.101961) 58%, rgba(16, 152, 173, 0.101961) 72%, rgba(7, 179, 155, 0.101961) 86%, rgba(109, 186, 130, 0.101961) 100%);
      }
@@ -88,6 +97,10 @@
         }
      }
      .ant-timeline-item-head {
         background-color: transparent !important;
      }
   }
   span,