From 5782fa345a46eff4b8b39b4dc56e2cd1ddf82a07 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期二, 25 一月 2022 17:35:33 +0800
Subject: [PATCH] fixed: 系統通知紀錄: 展開看更多 樣式調整

---
 PAMapp/components/Appointment/AppointmentRecordList.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/PAMapp/components/Appointment/AppointmentRecordList.vue b/PAMapp/components/Appointment/AppointmentRecordList.vue
index 39b2835..27dfde9 100644
--- a/PAMapp/components/Appointment/AppointmentRecordList.vue
+++ b/PAMapp/components/Appointment/AppointmentRecordList.vue
@@ -4,10 +4,11 @@
 
             <InterviewRecordCard :noticeLogsList="displayLogs.slice(0, 3)"></InterviewRecordCard>
 
-            <section class="text--right mt-30" v-if="displayLogs.length > 3">
-                <div class="pam-link-button--lg"
-                @click="readMoreBtn"
-                >撅��憭�</div>
+            <section class="text--center mt-30" v-if="displayLogs.length > 3">
+                <div class="pam-link-button"
+                    @click="readMoreBtn"
+                >撅��憭�
+                <i class="icon-expand"></i></div>
             </section>
     </div>
 </template>

--
Gitblit v1.8.0