feat: Implement visualizing alarm (#23)

This commit is contained in:
Fine0830
2022-03-09 12:32:54 +08:00
committed by GitHub
parent b9d0b58373
commit 2a40545f93
19 changed files with 734 additions and 11 deletions

View File

@@ -146,6 +146,12 @@
.mr-20 {
margin-right: 20px;
}
.clear::after {
display: table;
content: "";
clear: both;
}
@keyframes loading {
0% {
transform: rotate(0deg);