Browse Source

Merge branch 'eta_2.3.9_report_width_1230@guomengyuan' into debug

kobe6258 1 month ago
parent
commit
eed87b01ce
1 changed files with 4 additions and 4 deletions
  1. 4 4
      services/smart_report.go

+ 4 - 4
services/smart_report.go

@@ -166,10 +166,10 @@ async def main():
         'path': "%s",
         'printBackground': True,
         'margin': {
-            'top': '10mm',
-            'bottom': '10mm',
-            'left': '10mm',
-            'right': '10mm'
+            'top': '20px',
+            'bottom': '20px',
+            'left': '20px',
+            'right': '20px'
         }
     })
     await browser.close()