保誠-保戶業務員媒合平台
Mila
2021-11-18 f74d302a60ea1ca9213f3413088620a1287bc479
PAMapp/components/BackActionBar.vue
@@ -35,6 +35,8 @@
        default:
          featureLabel = '回首頁';
          break;
        case 'questionnaire':
          featureLabel = '進行預約';
      }
      return featureLabel;
    } else {
@@ -47,10 +49,16 @@
<style lang="scss" scoped>
.pam-back-action-bar {
  height: 53px;
  height: $MOB_NAV_BAR;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: $PRIMARY_WHITE;
  z-index: 6;
  i {
    font-size: 20px;
    padding-right: 14px;