From 57e3bead08715d72efaeffe90fafa179b8366473 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Sat, 18 May 2024 12:02:14 +0800
Subject: [PATCH] 1.RSS更新 2.调整标签hover位置 3.font size

---
 src/components/swichLabel/main2-music-search.vue |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/components/swichLabel/main2-music-search.vue b/src/components/swichLabel/main2-music-search.vue
index 565e063..52c2777 100644
--- a/src/components/swichLabel/main2-music-search.vue
+++ b/src/components/swichLabel/main2-music-search.vue
@@ -2,12 +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> -->
 				<!-- <boxLeft></boxLeft> -->
-				<myVideo v-on="$listeners"></myVideo>
+				<!-- <myVideo v-on="$listeners"></myVideo> -->
+				<keep-alive>
+					<router-view v-on="$listeners"></router-view>
+				</keep-alive>
 			</a-col>
 
 		</a-row>
@@ -30,7 +33,7 @@
 
 		data() {
 			return {
-				searchType: "乐谱搜索",
+				searchType: "月台搜索",
 				colApiLeft: {
 					xs: 24,
 					sm: {
@@ -57,8 +60,8 @@
 
 				colApiMain: {
 					xs: {
-						span: 24,
-						offset: 0,
+						span: 22,
+						offset: 1,
 					},
 					sm: {
 						span: 22,

--
Gitblit v1.9.1