fix:显示错误
This commit is contained in:
parent
63a31a1382
commit
9465fd21bf
@ -202,7 +202,7 @@ onMounted(() => {
|
||||
|
||||
.mask {
|
||||
position: fixed;
|
||||
z-index: 2;
|
||||
z-index: 99;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
@ -211,7 +211,7 @@ onMounted(() => {
|
||||
}
|
||||
|
||||
.z-3 {
|
||||
z-index: 3;
|
||||
z-index: 101;
|
||||
}
|
||||
|
||||
.team-dropdown {
|
||||
@ -219,7 +219,7 @@ onMounted(() => {
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 3;
|
||||
z-index: 100;
|
||||
border-bottom-left-radius: 16rpx;
|
||||
border-bottom-right-radius: 16rpx;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user