空托出入库

This commit is contained in:
2024-03-11 13:43:45 +08:00
parent 33c59564c4
commit 9bb3f00b91
24 changed files with 2771 additions and 233 deletions

View File

@@ -52,6 +52,7 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
}
.zd-row {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
@@ -128,6 +129,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.zd-col-1 {
width: 4.16667%
}
.border-bottom {
border-bottom: 1rpx solid #e5e5e5;
}
.mgb10 {
margin-bottom: 10rpx;
}