优化节点列表统计项宽度

This commit is contained in:
刘祥超
2023-03-16 09:48:45 +08:00
parent 2e1d991e0c
commit 61d8c8cd39
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 {