Skip to content

Commit

Permalink
style: 优化设置按钮 z-index 防止被局部 loading 遮挡
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Nov 13, 2024
1 parent 738bd4a commit 03b2611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/components/RightPanel/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const show = ref(false)
top: v-bind(buttonTopCss);
right: 0;
border-radius: 6px 0 0 6px;
z-index: 10;
z-index: 2000;
cursor: pointer;
pointer-events: auto;
color: #ffffff;
Expand Down

0 comments on commit 03b2611

Please sign in to comment.