animeic vor 1 Jahr
Ursprung
Commit
5b5e9b2daa

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

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

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

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

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

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