入库功能重写

This commit is contained in:
蔡玲
2024-10-24 16:51:49 +08:00
parent cf0b1d07a7
commit 6a97b7fb54
7 changed files with 761 additions and 6 deletions

View File

@@ -51,6 +51,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
text-overflow: ellipsis;
white-space: nowrap;
}
.underline {
text-decoration: underline;
}
.flexcol {
flex-direction: column;
}