From 60b789759a70224b33fcc63008586cf504c03078 Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 7 Jul 2025 18:34:26 +0800 Subject: [PATCH] feat: update timeline ui --- open-isle-cli/src/components/BaseTimeline.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/open-isle-cli/src/components/BaseTimeline.vue b/open-isle-cli/src/components/BaseTimeline.vue index 13cb9048d..9ff25af11 100644 --- a/open-isle-cli/src/components/BaseTimeline.vue +++ b/open-isle-cli/src/components/BaseTimeline.vue @@ -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 {