时间线样式

pull/100/head
Dragon 1 year ago
parent 89e7cc83c4
commit bad0992510

@ -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{

Loading…
Cancel
Save