fix:显示错误

This commit is contained in:
Jafeng 2026-02-03 16:11:28 +08:00
parent 63a31a1382
commit 9465fd21bf

View File

@ -202,7 +202,7 @@ onMounted(() => {
.mask { .mask {
position: fixed; position: fixed;
z-index: 2; z-index: 99;
left: 0; left: 0;
top: 0; top: 0;
right: 0; right: 0;
@ -211,7 +211,7 @@ onMounted(() => {
} }
.z-3 { .z-3 {
z-index: 3; z-index: 101;
} }
.team-dropdown { .team-dropdown {
@ -219,7 +219,7 @@ onMounted(() => {
left: 0; left: 0;
right: 0; right: 0;
top: 0; top: 0;
z-index: 3; z-index: 100;
border-bottom-left-radius: 16rpx; border-bottom-left-radius: 16rpx;
border-bottom-right-radius: 16rpx; border-bottom-right-radius: 16rpx;
} }