mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 15:00:59 +08:00
feat(frontend):详情触发事件 hover -> click
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user