| | |
| | | <template> |
| | | <nav class="pam-back-action-bar"> |
| | | <nav class="pam-back-action-bar fix-chrome-click--issue"> |
| | | <a @click="$router.push('/')"> |
| | | <i class="icon-left"></i>{{ label }} |
| | | <i class="icon-left "></i>{{ label }} |
| | | </a> |
| | | </nav> |
| | | </template> |
| | |
| | | default: |
| | | featureLabel = '回首頁'; |
| | | break; |
| | | case 'questionnaire': |
| | | featureLabel = '進行預約'; |
| | | } |
| | | return featureLabel; |
| | | } else { |
| | |
| | | |
| | | <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; |