style: 优化设置按钮 z-index 防止被局部 loading 遮挡
This commit is contained in:
parent
738bd4a49f
commit
03b2611786
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user