feat: Add Log widget in dashboards (#22)

This commit is contained in:
Fine0830
2022-03-08 14:39:42 +08:00
committed by GitHub
parent 1377703185
commit 8ad1c91082
24 changed files with 760 additions and 99 deletions

View File

@@ -107,6 +107,10 @@
margin-bottom: 5px;
}
.mt-5 {
margin-top: 5px;
}
.ml-5 {
margin-left: 5px;
}
@@ -123,6 +127,10 @@
margin-left: 20px;
}
.mb-10 {
margin-bottom: 10px;
}
.mr-5 {
margin-right: 5px;
}