inleft
2022-03-04 ec6f207325f1996d71fb4e0c6acada906ec026bd
src/components/swichLabel/main1-home.vue
@@ -25,14 +25,16 @@
            <a-col v-bind="colApiMain">
               <a-col v-bind="colMini" :style="{'position':'absolute','right':'5px'}">
                  <a-affix :offset-top="600">
                  <a-affix :offset-top="550">
                     <a-button @click="showDrawer" style="padding:0px 10px">
                        <a-icon type="left-circle" />
                     </a-button>
                  </a-affix>
               </a-col>
               <keep-alive>
                  <router-view class="fade"></router-view>
                  <transition name="fade">
                     <router-view></router-view>
                  </transition>
               </keep-alive>
            </a-col>