From af029bdfb645bd2b75fbab687c1a5f45b428d801 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Thu, 11 Aug 2022 18:53:48 +0800
Subject: [PATCH] 优化上传逻辑,月台添加mini播放弹窗

---
 src/components/swichLabel/main2-music-search.vue |   24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/src/components/swichLabel/main2-music-search.vue b/src/components/swichLabel/main2-music-search.vue
index bf75c6e..02cd100 100644
--- a/src/components/swichLabel/main2-music-search.vue
+++ b/src/components/swichLabel/main2-music-search.vue
@@ -5,8 +5,12 @@
 				<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,13 +20,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 +37,8 @@
 				colApiLeft: {
 					xs: 24,
 					sm: {
-						span: 10,
-						offset: 1,
+						span: 14,
+						offset: 5,
 					},
 					md: {
 						span: 14,
@@ -54,8 +60,8 @@
 
 				colApiMain: {
 					xs: {
-						span: 24,
-						offset: 0,
+						span: 22,
+						offset: 1,
 					},
 					sm: {
 						span: 22,
@@ -70,11 +76,11 @@
 						offset: 1,
 					},
 					xl: {
-						span: 15,
+						span: 16,
 						offset: 1,
 					},
 					xxl: {
-						span: 15,
+						span: 16,
 						offset: 1,
 					},
 				}
@@ -83,5 +89,5 @@
 	}
 </script>
 
-<style >
+<style>
 </style>

--
Gitblit v1.9.1