fix: 新增图表列表数据

This commit is contained in:
MTrun
2022-01-13 16:20:25 +08:00
parent 24c649d19f
commit f243dbdd55
10 changed files with 120 additions and 43 deletions
+13
View File
@@ -30,17 +30,30 @@
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes v-modal-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
// 渐变
.fade-enter,
.fade-leave-to {
opacity: 0;
}
.fade-enter-active,
.fade-leave-active {
transition: opacity .2s ease;
}
// 移动动画
.list-complete-item {
transition: all 1s;