From 6dffd3428d63e2f63ab883a9639b32c46fb6bc94 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 02 十二月 2025 16:59:17 +0800
Subject: [PATCH] fix: 四流 奖励金 文字改成 可用资金
---
src/views/DataBoard/components/DataOverviewContent.vue | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/views/DataBoard/components/DataOverviewContent.vue b/src/views/DataBoard/components/DataOverviewContent.vue
index a9fcec0..c71edf0 100644
--- a/src/views/DataBoard/components/DataOverviewContent.vue
+++ b/src/views/DataBoard/components/DataOverviewContent.vue
@@ -12,13 +12,15 @@
></DataBoardDataInfoItem>
<DataBoardDataInfoItem
:backgroundImage="DataBoardDataInfoBg3"
- label="濂栧姳閲戝彂鏀炬�婚"
+ label="鍙敤璧勯噾鍙戞斁鎬婚"
v-model:value="sumBountyReleaseAmountValue"
+ :precision="2"
></DataBoardDataInfoItem>
<DataBoardDataInfoItem
:backgroundImage="DataBoardDataInfoBg4"
- label="濂栧姳閲戜娇鐢ㄦ�婚"
+ label="鍙敤璧勯噾浣跨敤鎬婚"
v-model:value="sumBountyUseAmountValue"
+ :precision="2"
></DataBoardDataInfoItem>
</div>
</template>
@@ -86,9 +88,9 @@
display: grid;
justify-content: center;
align-items: center;
- padding: 50px 18px;
+ padding: 50px 8px;
grid-template-columns: repeat(2, 1fr);
- grid-column-gap: 18px;
+ grid-column-gap: 12px;
grid-row-gap: 30px;
.data-board-data-info-item {
--
Gitblit v1.9.1