zhengyiming
4 天以前 6dffd3428d63e2f63ab883a9639b32c46fb6bc94
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 {