CN-128 perf: 优化图表加载动画

This commit is contained in:
chenjinsong
2021-09-07 11:38:06 +08:00
parent 49d7fdb1d1
commit 3c47b8d613
9 changed files with 44 additions and 20 deletions

View File

@@ -19,3 +19,14 @@
font-weight:900;
}
}
.chart__loading {
display: flex;
justify-content: center;
align-items: center;
background-color: #fefefe;
i {
font-size: 30px;
color: #aaa;
}
}