Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikenxuan committed Aug 19, 2024
1 parent 7df1d44 commit d0e3e0d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .vitepress/theme/components/Task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {
position: relative;
width: 20px;
height: 20px;
border: 1.5px solid #20CC20;
border: 2px solid #00D26A;
border-radius: 50%;
display: flex;
align-items: center;
Expand All @@ -79,13 +79,14 @@ export default {
.check-circle::after {
content: '';
width: 5px;
height: 10px;
border-right: 1.5px solid #20CC20;
border-bottom: 1.5px solid #20CC20;
width: 6px;
height: 11px;
border-right: 2px solid #00D26A;
border-bottom: 2px solid #00D26A;
transform: rotate(45deg);
position: absolute;
margin: 0 0 1.5px 0.8px;
margin: 0 0 2px 0.1px;
border-radius: 1px;
}
/* 动态旋转的小圆点动画 */
Expand Down

0 comments on commit d0e3e0d

Please sign in to comment.