fix: 调整z-index值范围

This commit is contained in:
ZiuChen 2022-09-18 09:23:13 +08:00
parent 162a136207
commit 68d1e46870
4 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
left: 10%; left: 10%;
width: 80%; width: 80%;
height: 80%; height: 80%;
z-index: 999999999; z-index: 500;
background-color: @bg-color; background-color: @bg-color;
border-radius: 10px; border-radius: 10px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);

View File

@ -3,7 +3,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
position: fixed; position: fixed;
z-index: 99999; z-index: 100;
bottom: 15px; bottom: 15px;
right: 15px; right: 15px;
height: 50px; height: 50px;

View File

@ -1,5 +1,5 @@
.clip-full-wrapper { .clip-full-wrapper {
z-index: 9999999999; z-index: 101;
position: fixed; position: fixed;
top: 0; top: 0;
height: -webkit-fill-available; height: -webkit-fill-available;
@ -14,7 +14,7 @@
.clip-full-operate-list { .clip-full-operate-list {
position: fixed; position: fixed;
right: 50%; right: 50%;
z-index: 99; z-index: 102;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
display: flex; display: flex;
align-items: center; align-items: center;
@ -56,7 +56,7 @@
} }
} }
.clip-overlay { .clip-overlay {
z-index: 9999999; z-index: 100;
position: fixed; position: fixed;
top: 0; top: 0;
height: 100%; height: 100%;

View File

@ -1,5 +1,5 @@
.clip-switch { .clip-switch {
z-index: 999; z-index: 100;
position: fixed; position: fixed;
top: 0px; top: 0px;
display: flex; display: flex;