PAMapp/components/Interview/InterviewRecordCard.vue
@@ -33,7 +33,7 @@ <span v-else-if="item.email">(Email)</span> <span v-else>(手機簡訊)</span> </div> <div class="mt-10">預約{{item.interviewDate | formatDate}}</div> <div v-if="item.phone" class="mt-10">預約{{item.interviewDate | formatDate}}</div> </div> </section> <div class="time-line"></div> @@ -70,6 +70,8 @@ justify-content: center; align-items: center; align-content: center; background-color:#1B365D; color: #fff; } } } @@ -93,4 +95,4 @@ margin-left: 13px; margin-top: 10px; } </style> </style>