|
@@ -228,7 +228,7 @@ func (b *ReportPurchaseExcel) drawTableContent() error {
|
|
|
// lenv := len([]rune(v))
|
|
|
// magN = math.Ceil(float64(lenv) / 10)
|
|
|
// b.Excel.SetRowHeight(b.SheetName, rowIndex, 21*magN)
|
|
|
- b.Excel.SetRowHeight(b.SheetName, rowIndex, 40)
|
|
|
+ b.Excel.SetRowHeight(b.SheetName, rowIndex, 46)
|
|
|
}
|
|
|
}
|
|
|
|