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 {
content: '';
position: absolute;
top: 24px;
left: 12px;
top: 32px;
left: 15px;
width: 2px;
bottom: -20px;
background: #eee;
background: var(--text-color);
opacity: 0.2;
}
.timeline-item:last-child::before {