feat: add dashboard list

This commit is contained in:
Qiuxia Fan
2021-12-14 15:16:52 +08:00
parent 6b7c738b25
commit d659935773
13 changed files with 155 additions and 21 deletions

View File

@@ -55,6 +55,9 @@
.grey {
color: #a7aebb;
}
.white {
color: #fff;
}
.bg-green {
background-color: #4caf50;
}