feat: spacers between barcodes of diff products, avoid product cut in deal document, deal document refactoring
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user