保誠-保戶業務員媒合平台
Mila
2021-11-26 b70d887ee30e589b4f1efc3d5cedb43d59ffc534
fix: TODO#130846 各內頁加上 navbar
修改3個檔案
7 ■■■■■ 已變更過的檔案
PAMapp/components/BackActionBar.vue 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/NavBar.vue 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/layouts/default.vue 3 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
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;
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;
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;
  }