packages/components/src/Card/JobApplicationCard.vue
@@ -35,7 +35,7 @@ <div class="job-application-card-publish-time"> {{ `发布日期:${dayjs(createdTime).format('YYYY-MM-DD')}` }} </div> <slot name="footer-actions"> <slot name="footer-actions" v-if="showActions"> <div class="job-application-card-fee"> <TaskPrice :value="toThousand(serviceFee)" :unit="unit" :billingMethod="billingMethod" /> </div> @@ -250,6 +250,8 @@ .job-application-card-company { display: inline-flex; align-items: center; flex: 1; min-width: 0; .job-application-card-company-tag { width: 32px;