| | |
| | | </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> |
| | |
| | | font-weight: 600; |
| | | } |
| | | .wic_money { |
| | | font-size: 0.425em; |
| | | font-size: 0.4em; |
| | | font-weight: 600; |
| | | color: rgb(164, 170, 199); |
| | | } |