调整公司简介详情页 z-index 层级,确保导航栏正确显示
This commit is contained in:
parent
51d9b1d5d2
commit
ecad539e3c
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user