diff --git a/pages/home/team-head.vue b/pages/home/team-head.vue index 62bf7bc..bd0166b 100644 --- a/pages/home/team-head.vue +++ b/pages/home/team-head.vue @@ -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; }