From 41a9eb20a3066450a310bb2803bee75cee75e13b Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Wed, 12 Jan 2022 20:40:51 +0800 Subject: [PATCH] add colors on coin type --- src/views/WalletAccountImportAddress.vue | 29 +++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/src/views/WalletAccountImportAddress.vue b/src/views/WalletAccountImportAddress.vue index 0a623b99..de2ec5a8 100644 --- a/src/views/WalletAccountImportAddress.vue +++ b/src/views/WalletAccountImportAddress.vue @@ -138,6 +138,21 @@ + + + + + - {{ item.chain_name }} + {{ item.chain_name }} - {{ errors[0] }} + {{ errors[0] }} @@ -214,7 +233,7 @@ class="mb-50" />

- {{ name }} + {{ name }} {{ hdpath }}

@@ -274,6 +293,7 @@ import { BInputGroup, BInputGroupPrepend, BFormRadioGroup, + VBTooltip, } from 'bootstrap-vue' import { required } from '@validations' import store from '@/store' @@ -302,6 +322,9 @@ export default { // eslint-disable-next-line vue/no-unused-components ToastificationContent, }, + directives: { + 'b-tooltip': VBTooltip, + }, data() { return { debug: '',