feat(frontend):详情触发事件 hover -> click

This commit is contained in:
junjie 2021-04-15 12:06:16 +08:00
parent d05892bd4b
commit 65f5644b74
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<el-popover
placement="right-start"
width="400"
trigger="hover"
trigger="click"
@show="showTab"
@hide="hideTab"
>

View File

@ -6,7 +6,7 @@
<el-popover
placement="right-start"
width="400"
trigger="hover"
trigger="click"
@show="showTab"
@hide="hideTab"
>