From 21c95b712203558f56e4cfdd2611bc2c119b8f16 Mon Sep 17 00:00:00 2001 From: zhangrenyuan <18990852002@163.com> Date: Tue, 16 Dec 2025 14:58:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=B6=88=E8=B4=B9?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=96=87=E6=9C=AC=E4=BB=A5=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E4=B8=80=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/locales/lang/zh-CN.js | 2 +- src/components/workspace/CashManagement.vue | 4 ++-- src/components/workspace/GoldGraph.vue | 4 ++-- src/components/workspace/GoldGraphMarkets.vue | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/locales/lang/zh-CN.js b/src/components/locales/lang/zh-CN.js index 15b9bb8..63f39d5 100644 --- a/src/components/locales/lang/zh-CN.js +++ b/src/components/locales/lang/zh-CN.js @@ -951,7 +951,7 @@ export default { // 筛选统计表 gold: "金币", recharge: "充值", - consume: "消费", + consumes: "消费", rank: "排名", allTypes: "全部类型", region: "地区", diff --git a/src/components/workspace/CashManagement.vue b/src/components/workspace/CashManagement.vue index 89c860d..ee6cf21 100644 --- a/src/components/workspace/CashManagement.vue +++ b/src/components/workspace/CashManagement.vue @@ -280,7 +280,7 @@ onMounted( async() => { .text2 { margin: 13px; width: 95%; - height: 48px; + height: 10vh; border-radius: 8px; background: linear-gradient(90deg, #E4F0FC 0%, #C1DCF8 50%, #E4F0FC 100%); box-shadow: 0 2px 2px 0 #00152940; @@ -291,7 +291,7 @@ onMounted( async() => { .text2-income { color: #040a2d; - font-size: 20px; + font-size: 40px; font-weight: 900; } diff --git a/src/components/workspace/GoldGraph.vue b/src/components/workspace/GoldGraph.vue index 5675178..7b7285e 100644 --- a/src/components/workspace/GoldGraph.vue +++ b/src/components/workspace/GoldGraph.vue @@ -54,7 +54,7 @@