This commit is contained in:
tianshujie
2021-08-31 15:45:19 +08:00
parent 04dbede939
commit 006e9488e1
+1 -1
View File
@@ -1478,7 +1478,7 @@ class testcaseModel extends model
$id = $col->id;
if($col->show)
{
$class = 'c-' . $id;
$class = $id == 'title' ? 'c-name' : 'c-' . $id;
$title = '';
if($id == 'title')
{