|
|
|
@ -34,7 +34,7 @@ |
|
|
|
</el-step> |
|
|
|
<el-step :title="$t('common.c18')" v-if="withdraw.address"> |
|
|
|
<template slot="description"> |
|
|
|
<div style="pointer-events: all;width: 480px;color: #fff;margin-top: 10px;"> |
|
|
|
<div style="pointer-events: all;width: 480px;color: #000;margin-top: 10px;"> |
|
|
|
<input type="number" @input="amountnum" v-model="withdraw.amount" step="0.00000001" :placeholder="$t('wallet.enterDrawNum')" class="form-control" /> |
|
|
|
<span style="display: flex;justify-content: space-between;align-items: center;margin-top: 8px;margin-bottom: 20px;"> |
|
|
|
<!-- <div> |
|
|
|
@ -44,7 +44,8 @@ |
|
|
|
<div style="width: 100%;"> |
|
|
|
<span>{{$t('wallet.availableBalance')}}: {{withdrawFee.usable_balance}} {{withdrawCoin}}</span> |
|
|
|
</div> |
|
|
|
<div style="width: 100%;text-align: right;">{{$t('common.c23')}}:{{timeFormat}}</div> |
|
|
|
<!-- <div style="width: 100%;text-align: right;">{{$t('common.c23')}}:{{timeFormat}}</div> --> |
|
|
|
<div style="width: 100%;text-align: right;"></div> |
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|