fix(frontend): 修复Studio原型表格与时间线样式

This commit is contained in:
2026-06-01 00:11:10 +08:00
parent 1d89bc89fe
commit f63bdee88c
4 changed files with 62 additions and 4 deletions

View File

@@ -25,8 +25,10 @@ import { ingestionSteps } from '@/data/studioMock';
<div class="pipeline-timeline">
<article v-for="step in ingestionSteps" :key="step.name" :class="`is-${step.status}`">
<div class="timeline-dot" />
<strong>{{ step.name }}</strong>
<span>{{ step.description }}</span>
<div class="timeline-content">
<strong>{{ step.name }}</strong>
<span>{{ step.description }}</span>
</div>
</article>
</div>
</section>