animeic пре 2 година
родитељ
комит
7f6dd3f4f9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      boxcost/api/bill-process-excel.go

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

@@ -30,7 +30,7 @@ type ProcessBillExcel struct {
 }
 
 func (b *ProcessBillExcel) drawTitle() error {
-	marginLeft := excelize.PageMarginLeft(0.3)
+	marginLeft := excelize.PageMarginLeft(0.25)
 	b.Excel.SetPageMargins(b.SheetName, marginLeft)
 	tileIndex := b.Offset + 1
 	startCell := fmt.Sprintf("A%d", tileIndex)