animeic 1 år sedan
förälder
incheckning
7772c47de9

+ 1 - 1
boxcost/api/bill-produce-excel.go

@@ -402,7 +402,7 @@ func (b *ProduceBillExcel) drawTableContent() error {
 			// 	}
 			// }
 			// b.Excel.SetRowHeight(b.SheetName, rowIndex, 21*magN)
-			b.Excel.SetRowHeight(b.SheetName, rowIndex, 46)
+			b.Excel.SetRowHeight(b.SheetName, rowIndex, 50)
 		}
 	}
 

+ 1 - 1
boxcost/api/bill-product-excel.go

@@ -203,7 +203,7 @@ func (b *ProductBillExcel) drawTableContent() error {
 			// 	}
 			// }
 			// b.Excel.SetRowHeight(b.SheetName, rowIndex, 21*magN)
-			b.Excel.SetRowHeight(b.SheetName, rowIndex, 46)
+			b.Excel.SetRowHeight(b.SheetName, rowIndex, 50)
 		}
 	}
 	products := b.Content.Products

+ 1 - 1
boxcost/api/bill-purchase-excel.go

@@ -244,7 +244,7 @@ func (b *PurchaseBillExcel) drawTableContent() error {
 			// 	}
 			// }
 			// b.Excel.SetRowHeight(b.SheetName, rowIndex, 21*magN)
-			b.Excel.SetRowHeight(b.SheetName, rowIndex, 46)
+			b.Excel.SetRowHeight(b.SheetName, rowIndex, 50)
 
 		}
 	}