调整公司简介详情页 z-index 层级,确保导航栏正确显示

This commit is contained in:
scout 2025-02-27 13:48:21 +08:00
parent 51d9b1d5d2
commit ecad539e3c
2 changed files with 3 additions and 3 deletions

View File

@ -387,7 +387,7 @@ onUnmounted(() => {});
justify-content: space-between;
align-items: flex-end;
position: fixed;
z-index: 10;
z-index: 1099;
top: 0;
left: 0;
right: 0;

View File

@ -10,7 +10,7 @@
<img src="@/assets/image/logo.png" alt="logo" />
</div>
<div class="tabs">
<div class="tab-item" :class="{
<div class="tab-item z-10999" :class="{
active: currentTab == 'home',
}" @click="handleTabClick('home')">
{{ t("home.nav.home") }}
@ -387,7 +387,7 @@ onUnmounted(() => {});
justify-content: space-between;
align-items: flex-end;
position: fixed;
z-index: 10;
z-index: 1099;
top: 0;
left: 0;
right: 0;