From 339fbbe5e8e6e695f0ff2104348146395b6e674d Mon Sep 17 00:00:00 2001 From: lihui Date: Fri, 17 Oct 2025 14:37:08 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E6=94=B9=E4=B8=AA=E6=8F=90?= =?UTF-8?q?=E7=A4=BAicon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/workspace/CashManagement.vue | 18 +++++++++--------- src/components/workspace/GoldGraphMarkets.vue | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/workspace/CashManagement.vue b/src/components/workspace/CashManagement.vue index a1f61c7..c50c574 100644 --- a/src/components/workspace/CashManagement.vue +++ b/src/components/workspace/CashManagement.vue @@ -17,13 +17,11 @@ - + margin-left: 5px; + cursor: pointer; + font-size: 16px; + transition: all 0.3s ease;"> + @@ -31,7 +29,8 @@ -
+
总营收:{{ totalIncome }} 新币
@@ -62,7 +61,8 @@ import * as echarts from 'echarts' import {onMounted, ref} from 'vue' import request from "@/util/http.js"; import API from "@/util/http.js"; -import {Service} from "@element-plus/icons-vue"; +import {Warning,Service} from "@element-plus/icons-vue"; + const chartRef = ref(null) let chartInstance = null diff --git a/src/components/workspace/GoldGraphMarkets.vue b/src/components/workspace/GoldGraphMarkets.vue index 1cddc97..ef22360 100644 --- a/src/components/workspace/GoldGraphMarkets.vue +++ b/src/components/workspace/GoldGraphMarkets.vue @@ -61,11 +61,11 @@ style=" margin-left: 5px; cursor: pointer; - font-size: 22px; + font-size: 16px; transition: all 0.3s ease; " > - + @@ -87,7 +87,7 @@ import {ElMessage} from 'element-plus' import dayjs from 'dayjs'; import utc from 'dayjs-plugin-utc' import {marketMapping} from "@/utils/marketMap.js"; -import {Service} from "@element-plus/icons-vue"; +import {Service,Warning} from "@element-plus/icons-vue"; dayjs.extend(utc)