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>