Skip to content

Commit d1bc05b

Browse files
committed
🔥 移除时间线样式组件,简化世界线时间轴布局
1 parent 1dd3b5b commit d1bc05b

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

docs/.vuepress/components/AmadeusNavigator.vue

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ const handleReplay = () => {
6565
</div>
6666

6767
<div class="worldline-timeline">
68-
<div class="timeline-line"></div>
6968
<AmadeusCard
7069
v-for="(line, index) in worldLines"
7170
:key="line.path"
@@ -238,21 +237,6 @@ export default {
238237
padding-left: 60px;
239238
}
240239
241-
.timeline-line {
242-
position: absolute;
243-
left: 30px;
244-
top: 0;
245-
bottom: 0;
246-
width: 2px;
247-
background: linear-gradient(
248-
to bottom,
249-
transparent,
250-
#0f0 10%,
251-
#0f0 90%,
252-
transparent
253-
);
254-
box-shadow: 0 0 10px #0f0;
255-
}
256240
257241
.timeline-item {
258242
flex: 0 0 calc(25% - 22.5px);

0 commit comments

Comments
 (0)