质量模块和库存扫码

This commit is contained in:
qihao.gong@jikimo.com
2023-07-24 11:42:15 +08:00
parent 8d024ad625
commit 3c89404543
228 changed files with 142596 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
.o_barcode_client_action .o_barcode_lines {
.o_barcode_line_summary {
position: sticky;
top: 0;
z-index: 1;
flex-basis: 100%;
&.o_unfolded {
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: inherit;
}
}
.o_sublines .o_barcode_line {
border-left-width: 12px;
&:last-child {
margin-bottom: 0;
box-shadow: none;
border-bottom: 0;
&.o_selected {
box-shadow: inset 0px 0px 0px 3px $o-enterprise-primary-color;
}
}
}
}