From e08bc304e5be985bf83d4e668daf8ffa0f256e14 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期四, 18 十一月 2021 11:15:44 +0800
Subject: [PATCH] update: 我的顧問清單/預約清單: 調整需求單樣式

---
 PAMapp/components/BackActionBar.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/PAMapp/components/BackActionBar.vue b/PAMapp/components/BackActionBar.vue
index 41c3cca..e8b993c 100644
--- a/PAMapp/components/BackActionBar.vue
+++ b/PAMapp/components/BackActionBar.vue
@@ -1,7 +1,7 @@
 <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>
@@ -35,6 +35,8 @@
         default:
           featureLabel = '�����';
           break;
+        case 'questionnaire':
+          featureLabel = '�脰����';
       }
       return featureLabel;
     } else {

--
Gitblit v1.8.0