Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
修复左侧菜单栏拖拽失效 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
1514100951 authored Apr 12, 2024
1 parent 4675e50 commit 2e7000b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/layouts/src/components/trigger/SiderDragBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ watch(

<template>
<div
class="dragbar absolute right-0 h-full w-1 hover:cursor-col-resize"
class="dragbar absolute right-0 h-full w-1 hover:cursor-col-resize z-200"
@mousedown="mouseDown"
></div>
</template>
Expand Down

0 comments on commit 2e7000b

Please sign in to comment.