|
@@ -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
|