| | |
| | | <box7 :searchType="searchType" class="fade"></box7> |
| | | </a-col> |
| | | <a-col v-bind="colApiMain" class="holdHeight"> |
| | | <box8></box8> |
| | | <!-- <box8></box8> --> |
| | | <!-- <boxLeft></boxLeft> --> |
| | | <myVideo></myVideo> |
| | | </a-col> |
| | | |
| | | </a-row> |
| | |
| | | <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 { |
| | |
| | | box7, |
| | | box8, |
| | | boxLeft, |
| | | myVideo, |
| | | }, |
| | | |
| | | data() { |
| | |
| | | |
| | | colApiMain: { |
| | | xs: { |
| | | span: 24, |
| | | offset: 0, |
| | | span: 23, |
| | | offset: 1, |
| | | }, |
| | | sm: { |
| | | span: 22, |
| | | offset: 1, |
| | | offset: 2, |
| | | }, |
| | | md: { |
| | | span: 22, |
| | | offset: 1, |
| | | span: 19, |
| | | offset: 5, |
| | | }, |
| | | lg: { |
| | | span: 22, |
| | | offset: 1, |
| | | offset: 2, |
| | | }, |
| | | xl: { |
| | | span: 15, |
| | | offset: 1, |
| | | offset: 2, |
| | | }, |
| | | xxl: { |
| | | span: 15, |
| | | offset: 1, |
| | | offset: 2, |
| | | }, |
| | | } |
| | | } |