feat: update timeline ui

This commit is contained in:
tim
2025-07-07 18:34:26 +08:00
parent d009c8624d
commit 60b789759a

View File

@@ -59,11 +59,12 @@ export default {
.timeline-item::before { .timeline-item::before {
content: ''; content: '';
position: absolute; position: absolute;
top: 24px; top: 32px;
left: 12px; left: 15px;
width: 2px; width: 2px;
bottom: -20px; bottom: -20px;
background: #eee; background: var(--text-color);
opacity: 0.2;
} }
.timeline-item:last-child::before { .timeline-item:last-child::before {