Skip to content

Commit

Permalink
style(index.md): modify class name
Browse files Browse the repository at this point in the history
  • Loading branch information
lv-z-l committed Jul 13, 2023
1 parent 0bd500c commit bcbb884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ hero:
<template v-slot:footer>
<div>{{ item.time }}</div>
</template>
<div class="content">{{ item.content }}</div>
<div class="time-line-content">{{ item.content }}</div>
</time-line-item>
</div>
</div>
Expand Down Expand Up @@ -123,7 +123,7 @@ article.push(...originCopy)
display: flex;
}

.content{
.time-line-content{
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit bcbb884

Please sign in to comment.