animeic hace 2 años
padre
commit
7f6dd3f4f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)