实现WAF统计

This commit is contained in:
刘祥超
2021-01-26 18:41:23 +08:00
parent f7336235a1
commit 2f21effdbf
9 changed files with 391 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
.grid {
margin-top: 2em !important;
margin-left: 2em !important;
.column {
margin-bottom: 2em;
border-right: 1px #eee solid;
div.value {
margin-top: 1.5em;
span {
font-size: 2em;
margin-right: 0.2em;
}
}
}
.column.no-border {
border-right: 0;
}
}
.chart-box {
height: 20em;
}
h4 .color-span {
font-size: 0.6em;
padding: 2px 4px;
}