From 7bc811f52ac53ee7ea5fb55afcdda6ce1fcf1ddd Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期四, 17 二月 2022 10:20:37 +0800
Subject: [PATCH] fix#135491: [ 顧問管理流程 ] 顧問已更改個人資訊的手機號碼後,發送約訪通知給客戶的通知內容中,手機號碼依然沒有更新

---
 PAMapp/components/Interview/InterviewCard.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/PAMapp/components/Interview/InterviewCard.vue b/PAMapp/components/Interview/InterviewCard.vue
index edef55d..5c39f5f 100644
--- a/PAMapp/components/Interview/InterviewCard.vue
+++ b/PAMapp/components/Interview/InterviewCard.vue
@@ -25,7 +25,7 @@
                 </div>
               <div class="p mt-5">
                 <UiDateFormat
-                            class="date bold"
+                            class="mt-5 line-space time"
                             :date="item.interviewDate"
                             onlyShowSection="DATE" />
               </div>
@@ -33,7 +33,7 @@
             <div class="remind-content-txt">
               <div style="display:flex">
                 <UiDateFormat
-                            class="date bold "
+                            class="mt-5 line-space mb-3 time"
                             :date="item.interviewDate"
                             onlyShowSection="TIME" />
               </div>
@@ -56,7 +56,7 @@
                   <div class="mb-3 smTxt bgc-primary-red date-year">
                     <div class="mb-3 mt-2">
                       <UiDateFormat
-                            class="bold date"
+                            class=" date"
                             :date="item.interviewDate"
                             onlyShowSection="YEAR" />
                     </div>
@@ -138,6 +138,7 @@
 }
 .record-card {
     height: 64px;
+    margin-bottom: 20px;
     .record-card-date{
         display: flex;
         flex-direction: column;

--
Gitblit v1.8.0