From aecb706f3c17eb36076160d27a0db24525da3ca7 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期六, 22 一月 2022 15:49:07 +0800 Subject: [PATCH] Update : 顧問流程樣式更新 --- PAMapp/components/Appointment/AppointmentInterviewList.vue | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/PAMapp/components/Appointment/AppointmentInterviewList.vue b/PAMapp/components/Appointment/AppointmentInterviewList.vue index dc06f5b..8366632 100644 --- a/PAMapp/components/Appointment/AppointmentInterviewList.vue +++ b/PAMapp/components/Appointment/AppointmentInterviewList.vue @@ -2,13 +2,16 @@ <div> <div class="interview__header"> <div class="mdTxt">蝝赤蝝����</div> - <div class="pam-link-button--lg" + <div class="pam-link-button" @click="addInterview">+�憓�</div> </div> <InterviewCard :interviewList="displayList.slice(0, 3)"></InterviewCard> - <section class="text--right mt-30" v-if="interviewList.length > 3"> - <div class="pam-link-button--lg" @click="readMoreBtn">撅��憭�</div> + <section class="text--right mt-30 interview-check-more" v-if="interviewList.length > 3"> + <div class="pam-link-button" @click="readMoreBtn"> + 撅��憭� + <i class="icon-expand"></i> + </div> </section> </div> </template> @@ -61,4 +64,8 @@ justify-content: space-between; margin-bottom : 10px; } +.interview-check-more{ + display: flex; + justify-content: center; +} </style> -- Gitblit v1.8.0