From ead4078079a71bbef43ffc22a7ea7fb0f4039bf0 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 28 十一月 2025 17:36:28 +0800
Subject: [PATCH] fix: bug

---
 src/views/DataBoard/components/DataOverviewContent.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/DataBoard/components/DataOverviewContent.vue b/src/views/DataBoard/components/DataOverviewContent.vue
index a9fcec0..bcb9280 100644
--- a/src/views/DataBoard/components/DataOverviewContent.vue
+++ b/src/views/DataBoard/components/DataOverviewContent.vue
@@ -14,11 +14,13 @@
       :backgroundImage="DataBoardDataInfoBg3"
       label="濂栧姳閲戝彂鏀炬�婚"
       v-model:value="sumBountyReleaseAmountValue"
+      :precision="2"
     ></DataBoardDataInfoItem>
     <DataBoardDataInfoItem
       :backgroundImage="DataBoardDataInfoBg4"
       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