产品新增刀具规格向导

This commit is contained in:
jinling.yang
2023-10-20 18:41:58 +08:00
parent d83255cc67
commit dc8aecba93
15 changed files with 411 additions and 63 deletions

View File

@@ -161,4 +161,22 @@ td.o_required_modifier {
display: flex !important;
justify-content: flex-start !important;
align-items: center !important;
}
}
//用于label外的div
.type_label {
display: flex;
align-items: center;
}
.button_width button {
width:11rem;
margin-top: -9px;
height: 2.5rem;
line-height: 1.5rem;
}
.button_width{
display: flex;
}