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;