improve display of accounts

This commit is contained in:
liangping
2022-02-16 13:57:03 +08:00
parent b2d7640240
commit 6bd333a41c
3 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -25,20 +25,20 @@
value="pingKMS"
class="d-none d-md-block"
>
Ping KMS
Ping Signer
</b-form-radio>
<b-form-radio
name="wallet"
value="ledgerUSB"
>
<small>Ledger(USB)</small>
Ledger (USB)
</b-form-radio>
<b-form-radio
name="wallet"
value="ledgerBle"
class="mr-0"
>
<small>Ledger(Bluetooth)</small>
Ledger (Bluetooth)
</b-form-radio>
</b-form-radio-group>
<small class="text-danger">{{ errors[0] }}</small>