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%;
width: 80%;
height: 80%;
z-index: 999999999;
z-index: 500;
background-color: @bg-color;
border-radius: 10px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);

View File

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

View File

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

View File

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