Browse Source

修改

master
453530270@qq.com 2 years ago
parent
commit
3f2e6cd2e7
  1. 10
      src/views/wallet/exchange-assets.vue

10
src/views/wallet/exchange-assets.vue

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

Loading…
Cancel
Save