From 146176c4bfc7e936026fc02d96fdc175738d9e14 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Tue, 09 Aug 2022 19:04:51 +0800
Subject: [PATCH] 我的音乐模块优化啊

---
 src/components/swichLabel/main1-home.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/components/swichLabel/main1-home.vue b/src/components/swichLabel/main1-home.vue
index b582c5e..8fb8274 100644
--- a/src/components/swichLabel/main1-home.vue
+++ b/src/components/swichLabel/main1-home.vue
@@ -30,6 +30,9 @@
 							<a-button @click="showDrawer" style="padding:0px 10px">
 								<a-icon type="left-circle" />
 							</a-button>
+							<a-button @click="showMessage" style="margin-top:10px;padding:0px 10px">
+								<a-icon type="message" />
+							</a-button>
 						</a-affix>
 					</a-col>
 					<keep-alive>
@@ -40,7 +43,8 @@
 				</a-col>
 
 				<a-col v-bind="colApiRight">
-					<tool @showModal="showModal" @showPreview="showPreview" @showScreen="showScreen" @showMessage="showMessage" />
+					<tool @showModal="showModal" @showPreview="showPreview" @showScreen="showScreen"
+						@showMessage="showMessage" />
 				</a-col>
 			</a-row>
 		</div>

--
Gitblit v1.9.1