mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-20 02:31:43 +00:00
perf: 调整切换二级菜单触发方式为hover显示
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<el-popover
|
<el-popover
|
||||||
placement="right-start"
|
placement="right-start"
|
||||||
width="160"
|
width="160"
|
||||||
trigger="click"
|
trigger="hover"
|
||||||
>
|
>
|
||||||
<ViewSwitcher :mode="'vertical'" />
|
<ViewSwitcher :mode="'vertical'" />
|
||||||
<svg-icon slot="reference" class="icon" icon-class="switch" />
|
<svg-icon slot="reference" class="icon" icon-class="switch" />
|
||||||
|
Reference in New Issue
Block a user