feat: style

This commit is contained in:
tbphp
2025-07-04 09:41:07 +08:00
parent 5b0fcc5739
commit df0d0ff344
8 changed files with 37 additions and 43 deletions

View File

@@ -54,7 +54,7 @@ import LineChart from "@/components/LineChart.vue";
}
.dashboard-chart {
animation: fadeInUp 0.6s ease-out 0.2s both;
animation: fadeInUp 0.2s ease-out 0.2s both;
}
@keyframes fadeInUp {

View File

@@ -169,20 +169,20 @@ async function handleSubmit() {
}
.settings-category {
animation: fadeInUp 0.6s ease-out both;
animation: fadeInUp 0.2s ease-out both;
margin-bottom: 24px;
}
.settings-category:nth-child(2) {
animation-delay: 0.1s;
animation-delay: 0.07s;
}
.settings-category:nth-child(3) {
animation-delay: 0.2s;
animation-delay: 0.14s;
}
.settings-category:nth-child(4) {
animation-delay: 0.3s;
animation-delay: 0.21s;
}
.category-card {