打印服务

This commit is contained in:
2024-02-20 10:43:17 +08:00
parent f82c4c18b3
commit db5fe78ac3
5 changed files with 55 additions and 37 deletions

View File

@@ -41,6 +41,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
text-overflow: ellipsis;
white-space: nowrap;
}
.flexcol {
flex-direction: column;
}
.flexstart {
align-items: flex-start !important;
}