From 3c8ba56f8ea1950067fac67f378e0e87bec3a23e Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 14 十月 2024 13:35:34 +0800
Subject: [PATCH] 曲线查询更改

---
 src/components/chat/chatComponents/mapCom/MapCom.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/chat/chatComponents/mapCom/MapCom.vue b/src/components/chat/chatComponents/mapCom/MapCom.vue
index dac3d20..299b2c7 100644
--- a/src/components/chat/chatComponents/mapCom/MapCom.vue
+++ b/src/components/chat/chatComponents/mapCom/MapCom.vue
@@ -7,8 +7,8 @@
 				@click="toggleShowChart"
 			>
 				<div
-					class="ywicon -rotate-90 text-white !text-[13px]"
-					:class="{ 'icon-zuoyoujiantou': chartIsShow, 'icon-zuoyoujiantou1': !chartIsShow }"
+					class="ywifont -rotate-90 text-white !text-[13px]"
+					:class="{ 'ywicon-zuoyoujiantou': chartIsShow, 'ywicon-zuoyoujiantou1': !chartIsShow }"
 				></div>
 			</div>
 			<RecordSet v-if="chartIsShow" chartHeight="23vh" :data="CHART_DATA" class="mt-2" />

--
Gitblit v1.9.3