mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-02 18:28:40 +08:00
fix: fix: Try to fix the right-click menu and cause the scroll bar to lock #24
This commit is contained in:
parent
1425f1d11d
commit
478bbe17ee
@ -42,7 +42,12 @@ function handleUnPushPin() {
|
|||||||
:class="[b()]"
|
:class="[b()]"
|
||||||
class="absolute flex h-full cursor-pointer select-none items-center"
|
class="absolute flex h-full cursor-pointer select-none items-center"
|
||||||
>
|
>
|
||||||
<VbenContextMenu :handler-data="tab" :menus="menus" item-class="pr-4">
|
<VbenContextMenu
|
||||||
|
:handler-data="tab"
|
||||||
|
:menus="menus"
|
||||||
|
:modal="false"
|
||||||
|
item-class="pr-4"
|
||||||
|
>
|
||||||
<div class="h-full">
|
<div class="h-full">
|
||||||
<TabBackground />
|
<TabBackground />
|
||||||
<div :class="e('content')" :title="title">
|
<div :class="e('content')" :title="title">
|
||||||
|
Loading…
Reference in New Issue
Block a user