Skip to content

Commit

Permalink
Perf: Optimism Interactive Effect
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoJiSen committed Jan 21, 2025
1 parent 3218333 commit 71ab142
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/views/dashboard/Pam/SummaryChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ $text-color: #646A73;
flex-direction: column;
gap: 0.3rem;
flex: 1;
transition: all 0.3s ease-in-out;
.metric-label {
color: #646A73;
Expand All @@ -148,6 +149,15 @@ $text-color: #646A73;
font-size: 1.5rem;
font-weight: 500;
}
&:hover {
cursor: pointer;
transform: translateY(-0.2rem);
.metric-value {
color: #1ab394;
}
}
}
}
}
Expand Down

0 comments on commit 71ab142

Please sign in to comment.