增加节点列表

This commit is contained in:
GoEdgeLab
2022-04-07 18:31:21 +08:00
parent 7eeaae8071
commit 51483da570
26 changed files with 600 additions and 328 deletions

View File

@@ -8,41 +8,6 @@
}
}
.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;
}
h4 {
a {
display: none;
}
}
.column:hover {
a {
display: inline;
}
}
}
.chart-box {
height: 14em;
}