forked from github/dataease
feat(frontend):详情触发事件 hover -> click
This commit is contained in:
parent
d05892bd4b
commit
65f5644b74
@ -5,7 +5,7 @@
|
||||
<el-popover
|
||||
placement="right-start"
|
||||
width="400"
|
||||
trigger="hover"
|
||||
trigger="click"
|
||||
@show="showTab"
|
||||
@hide="hideTab"
|
||||
>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<el-popover
|
||||
placement="right-start"
|
||||
width="400"
|
||||
trigger="hover"
|
||||
trigger="click"
|
||||
@show="showTab"
|
||||
@hide="hideTab"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user