wujingjing
2025-03-03 1075860848d14e3d6d1506b91d9c9039433bf4cc
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" />