1
PC-20250623MANY\Administrator
2025-08-21 86628db1986675f33e3bb2606ffa3853e91bf3cc
src/page/wallet/index.vue
@@ -24,6 +24,19 @@
        </div>
      </div>
      <div class="wallet_item_content flex-between" style="padding-top: 0;">
        <div>
          <div class="wic_title">{{ $t("冻结资金") }}</div>
          <div class="wic_money">{{ i.symbol }} {{ i.freezeMoney }}</div>
        </div>
        <div>
          <div class="wic_title" style="text-align: end;">{{ $t("待补资金") }}</div>
          <div class="wic_money" style="text-align: end;">
            {{ i.symbol }} {{ i.amountToBeCovered }}
          </div>
        </div>
      </div>
      <div class="wallet_item_but flex-between">
        <div class="flex-center" @click="czts()">
          <span>{{ $t("hj172") }}</span>
@@ -132,7 +145,7 @@
        font-weight: 600;
      }
      .wic_money {
        font-size: 0.425em;
        font-size: 0.4em;
        font-weight: 600;
        color: rgb(164, 170, 199);
      }