优化节点列表统计项宽度

This commit is contained in:
GoEdgeLab
2023-03-16 09:48:45 +08:00
parent 785bb03c44
commit 148de6446b
8 changed files with 32 additions and 14 deletions

View File

@@ -1,5 +1,11 @@
.table .label {
margin-bottom: 0.5em;
.table {
th.value-column {
width: 7em;
}
.label {
margin-bottom: 0.5em;
}
}
a {