增加节点列表

This commit is contained in:
刘祥超
2022-04-07 18:31:21 +08:00
parent 93569227f3
commit 528d5fc5a9
26 changed files with 600 additions and 328 deletions

View File

@@ -72,4 +72,16 @@ select.dropdown {
// popup
body.swal2-shown {
overflow: auto !important;
}
}
// grid
.grid {
margin-right: 0!important;
}
// fields
.fields {
button {
min-width: 5em;
}
}