From 7c9f9647fbc4ebb671cb297743b21322eda0fde3 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期四, 04 十一月 2021 14:08:00 +0800
Subject: [PATCH] TODO#129071 顧問-客戶預約 畫面刻版

---
 PAMapp/pages/myConsultantList.vue |   27 ++-------------------------
 1 files changed, 2 insertions(+), 25 deletions(-)

diff --git a/PAMapp/pages/myConsultantList.vue b/PAMapp/pages/myConsultantList.vue
index b8e1ba4..d85e127 100644
--- a/PAMapp/pages/myConsultantList.vue
+++ b/PAMapp/pages/myConsultantList.vue
@@ -1,6 +1,6 @@
 <template>
     <div>
-        <div class="flex mb-30">
+        <div class="pam-cus-tabs mb-30">
             <div
                 class="cus-tab-item"
                 :class="{'is-active': activeTabName === 'consultantList'}"
@@ -73,27 +73,4 @@
     }
 
 }
-</script>
-
-<style lang="scss" scoped>
-    .flex {
-        display: flex;
-        width: 100%;
-        height: 45px;
-
-        .cus-tab-item {
-            width: 50%;
-            text-align: center;
-            font-size: 24px;
-            border-bottom: solid 3px $LIGHT_GREY;
-            cursor: pointer;
-        }
-
-        .is-active {
-            font-weight: bold;
-            border-bottom: solid 3px $PRIMARY_BLACK;
-
-        }
-    }
-
-</style>
\ No newline at end of file
+</script>
\ No newline at end of file

--
Gitblit v1.8.0