From d93fd09373cd36037f9592a60765d1c4969819f8 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Fri, 29 Jun 2018 12:09:21 +0800 Subject: [PATCH] add margin-bottom in default report --- httprunner/templates/default_report_template.html | 1 + 1 file changed, 1 insertion(+) diff --git a/httprunner/templates/default_report_template.html b/httprunner/templates/default_report_template.html index fef8610e..821f361b 100644 --- a/httprunner/templates/default_report_template.html +++ b/httprunner/templates/default_report_template.html @@ -11,6 +11,7 @@ } #summary, #details { width: 960px; + margin-bottom: 20px; } #summary th { background-color: skyblue;