Skip to content

Commit

Permalink
ui: 调整主题样式
Browse files Browse the repository at this point in the history
  • Loading branch information
lv-z-l committed Sep 23, 2024
1 parent ea08377 commit 20c65df
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions components/TimeLineItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const attrs = useAttrs()
</script>
<style>
.color {
color: #fff;
color: var(--vp-c-text-1);
}
.timeline {
Expand All @@ -35,7 +35,7 @@ const attrs = useAttrs()
}
.timeline:not(:first-child) {
border-top: 1px solid #e4e6eb;
border-top: 1px solid var(--vp-c-text-1);
padding-top: 6px;
}
Expand All @@ -45,8 +45,7 @@ const attrs = useAttrs()
width: 120px;
height: 80px;
margin-left: 24px;
background-color: #fff;
border-radius: 4px;
border-radius: 8px;
}
.timeline-wrapper {
Expand Down

0 comments on commit 20c65df

Please sign in to comment.