diff --git a/src/Layout/tabbar/index.vue b/src/Layout/tabbar/index.vue index 8cf8848..abc0472 100644 --- a/src/Layout/tabbar/index.vue +++ b/src/Layout/tabbar/index.vue @@ -72,6 +72,7 @@ onMounted(() => { .tabbar { position: fixed; top: 0; + z-index: 1; height: 120px; width: 100%; background-color: transparent;