|
|
@ -362,8 +362,8 @@ |
|
|
<span class="text-right">{{$t('wallet.handlingFee1')}}: {{withdrawCoin=='USDT'&&withdraw.addressType==3?withdrawFee.trc20:withdrawFee.withdrawal_fee }} {{withdrawCoin}}</span> |
|
|
<span class="text-right">{{$t('wallet.handlingFee1')}}: {{withdrawCoin=='USDT'&&withdraw.addressType==3?withdrawFee.trc20:withdrawFee.withdrawal_fee }} {{withdrawCoin}}</span> |
|
|
</div> |
|
|
</div> |
|
|
<div class="form-group mt-2"> |
|
|
<div class="form-group mt-2"> |
|
|
<label class="d-flex justify-content-between" for="formGroupExampleInput"> |
|
|
<label class="d-flex justify-content-between" for="formGroupPWDInput"> |
|
|
<span>{{$t('login.pwd')}}</span> |
|
|
<span>{{$t('login.password')}}</span> |
|
|
</label> |
|
|
</label> |
|
|
<div class="input-group input-group-sm"> |
|
|
<div class="input-group input-group-sm"> |
|
|
<input type="password" v-model="withdraw.password" :placeholder="$t('common.enterPwd')" class="form-control" id="formGroupPWDInput" /> |
|
|
<input type="password" v-model="withdraw.password" :placeholder="$t('common.enterPwd')" class="form-control" id="formGroupPWDInput" /> |
|
|
@ -867,4 +867,10 @@ created() { |
|
|
.label{ |
|
|
.label{ |
|
|
font-size: 16px; |
|
|
font-size: 16px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.getCodeAA{ |
|
|
|
|
|
border: 1px solid #444; |
|
|
|
|
|
padding: 5px 10px; |
|
|
|
|
|
border-radius: 30px; |
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |
|
|
|