|
|
|
@ -93,7 +93,7 @@ onMounted(() => {
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
</n-timeline-item>
|
|
|
|
|
<n-timeline-item color="#507AFD">
|
|
|
|
|
<n-timeline-item color="#507AFD" class="second">
|
|
|
|
|
<template #icon>
|
|
|
|
|
<div class="point-empty" />
|
|
|
|
|
</template>
|
|
|
|
@ -145,6 +145,11 @@ onMounted(() => {
|
|
|
|
|
<style lang="less" scoped>
|
|
|
|
|
::v-deep(.n-timeline-item-timeline__line) {
|
|
|
|
|
width: 1px!important;
|
|
|
|
|
height: 56px!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::v-deep(.second .n-timeline-item-timeline) {
|
|
|
|
|
top: 18px!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card{
|
|
|
|
|