From f5c3e5e9254b7af10ddbc8b5cb81cd78f531e8d1 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期五, 10 六月 2022 14:01:00 +0800 Subject: [PATCH] Merge branch 'Phase3' of ssh://192.168.0.10:29418/pcalife/PAM into Phase3 --- PAMapp/components/Interview/InterviewCard.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PAMapp/components/Interview/InterviewCard.vue b/PAMapp/components/Interview/InterviewCard.vue index edef55d..6a5487c 100644 --- a/PAMapp/components/Interview/InterviewCard.vue +++ b/PAMapp/components/Interview/InterviewCard.vue @@ -25,7 +25,8 @@ </div> <div class="p mt-5"> <UiDateFormat - class="date bold" + class="mt-5 line-space time" + style="display:flex;" :date="item.interviewDate" onlyShowSection="DATE" /> </div> @@ -33,7 +34,7 @@ <div class="remind-content-txt"> <div style="display:flex"> <UiDateFormat - class="date bold " + class="mt-5 line-space mb-3 time" :date="item.interviewDate" onlyShowSection="TIME" /> </div> @@ -56,7 +57,8 @@ <div class="mb-3 smTxt bgc-primary-red date-year"> <div class="mb-3 mt-2"> <UiDateFormat - class="bold date" + class=" date" + style="display:flex;" :date="item.interviewDate" onlyShowSection="YEAR" /> </div> @@ -138,6 +140,7 @@ } .record-card { height: 64px; + margin-bottom: 20px; .record-card-date{ display: flex; flex-direction: column; -- Gitblit v1.8.0