From b70d887ee30e589b4f1efc3d5cedb43d59ffc534 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期五, 26 十一月 2021 09:48:48 +0800
Subject: [PATCH] fix: TODO#130846 各內頁加上 navbar

---
 PAMapp/components/BackActionBar.vue |    2 +-
 PAMapp/layouts/default.vue          |    3 ++-
 PAMapp/components/NavBar.vue        |    2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/PAMapp/components/BackActionBar.vue b/PAMapp/components/BackActionBar.vue
index c07372b..364b406 100644
--- a/PAMapp/components/BackActionBar.vue
+++ b/PAMapp/components/BackActionBar.vue
@@ -61,7 +61,7 @@
   display: flex;
   align-items: center;
   position: fixed;
-  top: 0;
+  top: 52px;
   left: 0;
   width: 100%;
   background-color: $PRIMARY_WHITE;
diff --git a/PAMapp/components/NavBar.vue b/PAMapp/components/NavBar.vue
index 07ba188..d9dfe90 100644
--- a/PAMapp/components/NavBar.vue
+++ b/PAMapp/components/NavBar.vue
@@ -114,7 +114,7 @@
     display: flex;
     align-items: center;
     background-color: $PRIMARY_WHITE;
-    z-index: 3;
+    z-index: 6;
 
     .pam-header__logo {
       height: 30px;
diff --git a/PAMapp/layouts/default.vue b/PAMapp/layouts/default.vue
index 30649ce..e22d39b 100644
--- a/PAMapp/layouts/default.vue
+++ b/PAMapp/layouts/default.vue
@@ -1,6 +1,7 @@
 <template>
   <div class="pam-background">
     <UiGoToTop></UiGoToTop>
+    <NavBar></NavBar>
     <BackActionBar></BackActionBar>
     <div class="pam-banner"
       :class="bannerClassName">
@@ -114,7 +115,7 @@
   }
 
   .mt-navBar {
-    margin-top: $MOB_NAV_BAR;
+    margin-top: 105px;
   }
 
 

--
Gitblit v1.8.0