inleft
2022-08-26 fa1bd95d533444d7360d1ada127b7a3279a3901f
src/components/swichLabel/main2-music-search.vue
@@ -2,11 +2,15 @@
   <div class="blog-main">
      <a-row>
         <a-col v-bind="colApiLeft">
            <box7 :searchType="searchType" class="fade"></box7>
            <box7 :searchType="searchType" class="fade" > </box7>
         </a-col>
         <a-col v-bind="colApiMain" class="holdHeight">
            <box8></box8>
            <!-- <box8></box8> -->
            <!-- <boxLeft></boxLeft> -->
            <!-- <myVideo v-on="$listeners"></myVideo> -->
            <keep-alive>
               <router-view v-on="$listeners"></router-view>
            </keep-alive>
         </a-col>
      </a-row>
@@ -16,22 +20,25 @@
<script>
   import box7 from "../mini/box7-search.vue"
   import box8 from "../mini/box8-panal.vue"
   import myVideo from "../mini/box14-video.vue"
   import boxLeft from "../group/boxLeft.vue"
   export default {
      components: {
         box7,
         box8,
         boxLeft,
         myVideo,
      },
      data() {
         return {
            searchType: "乐谱搜索",
            searchType: "月台搜索",
            colApiLeft: {
               xs: 24,
               sm: {
                  span: 10,
                  offset: 1,
                  span: 14,
                  offset: 5,
               },
               md: {
                  span: 14,
@@ -53,8 +60,8 @@
            colApiMain: {
               xs: {
                  span: 24,
                  offset: 0,
                  span: 22,
                  offset: 1,
               },
               sm: {
                  span: 22,
@@ -69,11 +76,11 @@
                  offset: 1,
               },
               xl: {
                  span: 15,
                  span: 16,
                  offset: 1,
               },
               xxl: {
                  span: 15,
                  span: 16,
                  offset: 1,
               },
            }
@@ -82,5 +89,5 @@
   }
</script>
<style >
<style>
</style>