From 65e2ece8a9031959f7096d343147e9723cee4d06 Mon Sep 17 00:00:00 2001 From: lihui Date: Fri, 17 Oct 2025 18:10:30 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=9D=E7=95=99=E4=B8=A4?= =?UTF-8?q?=E4=BD=8D=E5=B0=8F=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/workspace/CashManagement.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/workspace/CashManagement.vue b/src/components/workspace/CashManagement.vue index c50c574..eb4482e 100644 --- a/src/components/workspace/CashManagement.vue +++ b/src/components/workspace/CashManagement.vue @@ -31,7 +31,7 @@
- 总营收:{{ totalIncome }} 新币 + 总营收:{{ totalIncome.toFixed(2) }} 新币
@@ -292,7 +292,7 @@ onMounted(() => { .market-data { display: flex; - width: 230px; + width: 245px; flex-direction: column; align-items: flex-start; gap: 20px;