出库点放行

This commit is contained in:
蔡玲
2024-12-10 10:08:37 +08:00
parent a9a7a1cd4a
commit 141fab5b98
4 changed files with 77 additions and 4 deletions

View File

@@ -47,6 +47,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.jcflexstart {
justify-content: flex-start !important;
}
.jccenter {
justify-content: center !important;
}
.zd-row {
display: flex;
justify-content: space-between;