packages/components/src/Card/FlexJobCard.vue
@@ -30,7 +30,7 @@ <div class="flexJob-card-footer-right" v-if="showFooterRight"> <slot name="footerRight"> <nut-button type="primary" @click.stop="emit('contact')">立即联系</nut-button> <nut-button type="primary">立即联系</nut-button> </slot> </div> </div> @@ -71,7 +71,6 @@ const emit = defineEmits<{ (e: 'cancelCollection'): void; (e: 'contact'): void; }>(); </script>