inleft
2022-01-17 019990450fa60b31f3a055a4e1f3fc7609843291
src/components/layouts/baseLayout.vue
@@ -1,12 +1,14 @@
<template>
   <a-layout>
      <a-layout-header class="scrolling-navbar"  :style="{position:'fixed',height:'60px',marginBottom:'35px',zIndex: 999, width: '100%' }">
      <a-layout-header class="scrolling-navbar"
         :style="{position:'fixed',height:'60px',marginBottom:'35px',zIndex: 999, width: '100%' }">
         <tag-Header  />
      </a-layout-header>
      <router-view ></router-view>
      <a-layout-footer>
         <AplayerBox />
         <tagFooter />
      </a-layout-footer>
   </a-layout>
@@ -15,10 +17,12 @@
<script>
   import tagHeader from "../fixed/header.vue"
   import tagFooter from "../fixed/footer.vue"
   import AplayerBox from "../mini/Aplayer.vue"
   export default {
      components: {
         tagHeader,
         tagFooter,
         AplayerBox,
      },
      data() {
         return {