From f3e662798b3b83a83c2d60dc7b4e6cf1ee4f1331 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期六, 05 八月 2023 16:35:00 +0800 Subject: [PATCH] Fixed: [弱掃] p8.2 Bad use of null-like value --- 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