style: 优化设置按钮 z-index 防止被局部 loading 遮挡

This commit is contained in:
pany 2024-11-13 16:55:45 +08:00
parent 738bd4a49f
commit 03b2611786

View File

@ -34,7 +34,7 @@ const show = ref(false)
top: v-bind(buttonTopCss); top: v-bind(buttonTopCss);
right: 0; right: 0;
border-radius: 6px 0 0 6px; border-radius: 6px 0 0 6px;
z-index: 10; z-index: 2000;
cursor: pointer; cursor: pointer;
pointer-events: auto; pointer-events: auto;
color: #ffffff; color: #ffffff;