保誠-保戶業務員媒合平台
Mila
2022-01-25 5782fa345a46eff4b8b39b4dc56e2cd1ddf82a07
fixed: 系統通知紀錄: 展開看更多 樣式調整
修改1個檔案
9 ■■■■■ 已變更過的檔案
PAMapp/components/Appointment/AppointmentRecordList.vue 9 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
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>