From 458f7fed791b6e7c64096d810c961cea441bd772 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期二, 02 十一月 2021 17:44:31 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 PAMapp/components/Consultant/ConsultantList.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/PAMapp/components/Consultant/ConsultantList.vue b/PAMapp/components/Consultant/ConsultantList.vue
index 250f084..d2fa896 100644
--- a/PAMapp/components/Consultant/ConsultantList.vue
+++ b/PAMapp/components/Consultant/ConsultantList.vue
@@ -41,7 +41,7 @@
 <style lang="scss" scoped>
 
     .emptyRowStyle {
-        background-color: $white;
+        background-color: $PRIMARY_WHITE;
         width: 100%;
         height: 100px;
         display: flex;
@@ -49,14 +49,14 @@
         align-items: center;
 
         .login {
-            color: $primaryRed;
+            color: $PRIMARY_RED;
             cursor: pointer;
         }
 
         .txt {
-            color: $prudentialGrey;
+            color: $PRUDENTIAL_GREY;
             margin-left: 17px;
         }
     }
 
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0