mirror of https://github.com/halo-dev/halo-admin
Add tooltip for home link.
parent
cbe48c5481
commit
afd18fa5f6
|
@ -3,10 +3,15 @@
|
|||
<a
|
||||
:href="options.blog_url"
|
||||
target="_blank"
|
||||
>
|
||||
<a-tooltip
|
||||
placement="bottom"
|
||||
title="点击跳转到首页"
|
||||
>
|
||||
<span class="action">
|
||||
<a-icon type="link" />
|
||||
</span>
|
||||
</a-tooltip>
|
||||
</a>
|
||||
<a
|
||||
href="javascript:void(0)"
|
||||
|
|
Loading…
Reference in New Issue