mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
修复点击站点名称打开网站时会覆盖上一个打开窗口的bug
This commit is contained in:
@@ -223,7 +223,7 @@
|
||||
|
||||
<div style="float: left;text-align: center;margin-top: -5px;font-size: 12px;height: 28px;">
|
||||
<el-tooltip content="点击打开站点" placement="top" effect="light">
|
||||
<el-link :href="site.url" target="blank"
|
||||
<el-link :href="site.url" target="_blank"
|
||||
class="site-logo"
|
||||
style="margin-top: -5px;">
|
||||
<img :src="site.icon"
|
||||
|
||||
Reference in New Issue
Block a user