sf-制造-功能刀具标准库字段样式调整

This commit is contained in:
hyyy
2025-02-20 11:34:19 +08:00
parent 1ca61b2346
commit e6ab17ca0d
2 changed files with 15 additions and 1 deletions

View File

@@ -24,4 +24,18 @@
.o_search_panel.account_root {
flex: unset !important;
}
.multi-line {
display: flex;
flex-wrap: nowrap;
> label.o_form_label {
width: 52px;
}
> span {
flex: 1;
}
> div {
flex: 2
}
}