fix: 🐛 display tooltip
This commit is contained in:
parent
234ff64b12
commit
8a7b8d1a2a
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@
|
||||||
v-if="field.verified"
|
v-if="field.verified"
|
||||||
class="ph-bold ph-seal-check ph-lg ph-fw"
|
class="ph-bold ph-seal-check ph-lg ph-fw"
|
||||||
style="padding: 5px"
|
style="padding: 5px"
|
||||||
:v-tooltip="i18n.ts.verifiedLink"
|
v-tooltip="i18n.ts.verifiedLink"
|
||||||
></i>
|
></i>
|
||||||
<Mfm
|
<Mfm
|
||||||
:text="field.name"
|
:text="field.name"
|
||||||
|
|
Loading…
Reference in a new issue