Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
78535bdd865b0747b954a5813f87dce767349f91
Authored by
LuCat
2022-03-19 00:06:37 +0800
Committed by
GitHub
2022-03-19 00:06:37 +0800
1 parent
aaa30fbf
fix: 修复右键按钮在弹窗下层级问题 (#1552)
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/ContextMenu/src/ContextMenu.vue
src/components/ContextMenu/src/ContextMenu.vue
View file @
78535bd
...
...
@@ -64,6 +64,7 @@
64
64
width: `${width}px`,
65
65
left: `${left + 1}px`,
66
66
top: `${top + 1}px`,
67
+ zIndex: 9999,
67
68
};
68
69
});
69
70
...
...