diff --git a/src/components/nav-bottom.vue b/src/components/nav-bottom.vue index 53ca515..0be6c87 100644 --- a/src/components/nav-bottom.vue +++ b/src/components/nav-bottom.vue @@ -34,6 +34,7 @@ padding: 0 1rem; box-sizing: border-box; border-top: 1px solid #ddd; + z-index: 1000; } .router-bottom a { list-style: none; diff --git a/src/view/home.vue b/src/view/home.vue index fd5c2bf..c7eb23a 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -222,6 +222,7 @@ display: flex; align-items: center; justify-content: space-around; + z-index: 1000; } .home .page-top i { font-style: normal;