From 31f6ff0ebbf3d374e6e0acdeda72bccdd86de2d5 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期四, 10 二月 2022 14:16:15 +0800 Subject: [PATCH] update#134662: [ 顧問管理流程 ] 編輯顧問個人資料 : 所在地區,無產生選擇器 --- 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