* Optimize testreport style.

This commit is contained in:
wangyuting
2023-07-21 14:50:35 +08:00
parent 325762f928
commit d8b3cf08c7
6 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ div
div(html(sprintf($lang->testreport->bugSummary, $bugSummary['foundBugs'], count($legacyBugs), $bugSummary['activatedBugs'], $bugSummary['countBugByTask'], $bugSummary['bugConfirmedRate'] . '%', $bugSummary['bugCreateByCaseRate'] . '%')))
)
),
item(set::name($lang->testreport->legendComment), empty($report->report) ? $lang->testreport->none : $report->report),
item(set::name($lang->testreport->legendComment), empty($report->report) ? $lang->testreport->none : html($report->report)),
)
),
$report->files ? section