* Adjsut testtask report style.

This commit is contained in:
wangyuting
2023-07-25 14:23:53 +08:00
parent ce75543ce2
commit 5c31c80f20
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ foreach($lang->report->typeList as $type => $typeName)
set::active($type == $chartType),
set::param($type),
to::prefix(icon($type == 'default' ? 'list-alt' : "chart-{$type}")),
span(set::class('text-gray'), str_replace('%tab%', $lang->testtask->wait . $lang->testcase->common, $lang->report->notice->help)),
div(set::class('pb-4 pt-2'), span(set::class('text-gray'), html(str_replace('%tab%', $lang->testtask->wait . $lang->testcase->common, $lang->report->notice->help)))),
div($echarts)
);
}