inleft
2022-08-09 146176c4bfc7e936026fc02d96fdc175738d9e14
src/components/swichLabel/main2-music-search.vue
@@ -5,8 +5,9 @@
            <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>
         </a-col>
      </a-row>
@@ -16,13 +17,15 @@
<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() {
@@ -31,8 +34,8 @@
            colApiLeft: {
               xs: 24,
               sm: {
                  span: 10,
                  offset: 1,
                  span: 14,
                  offset: 5,
               },
               md: {
                  span: 14,
@@ -70,11 +73,11 @@
                  offset: 1,
               },
               xl: {
                  span: 15,
                  span: 16,
                  offset: 1,
               },
               xxl: {
                  span: 15,
                  span: 16,
                  offset: 1,
               },
            }
@@ -83,5 +86,5 @@
   }
</script>
<style >
<style>
</style>