呼叫套轴、分切上料2改

This commit is contained in:
2026-09-01 16:11:22 +08:00
parent f7a69256b1
commit 42f41be3e0
6 changed files with 217 additions and 32 deletions

View File

@@ -53,6 +53,11 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.jccenter {
justify-content: center !important;
}
.flex-column {
display: flex;
flex-direction: column;
align-items: center;
}
.zd-row {
display: flex;
justify-content: space-between;