feat: spacers between barcodes of diff products, avoid product cut in deal document, deal document refactoring

This commit is contained in:
2024-09-30 01:36:31 +04:00
parent 413d8755cc
commit 61d379e7dc
9 changed files with 271 additions and 240 deletions

View File

@@ -60,14 +60,14 @@ hr {
}
.product-data {
height: 160px;
height: 130px;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.product-data > * {
width: 170px;
width: 200px;
padding-right: 170px;
}
@@ -143,8 +143,8 @@ table tfoot {
}
.product-img {
height: 300px;
width: 200px;
height: 240px;
width: 160px;
object-fit: cover;
padding: 0;
margin: 0;