* Adjust style for batchrun view.

This commit is contained in:
daitingting
2023-08-01 03:24:17 +00:00
parent 6b137d0292
commit 19b96b3ef0
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ foreach($cases as $caseID => $case)
),
h::td
(
set::class(empty($steps[$caseID]) ? 'hidden reals' : ''),
set::class(empty($steps[$caseID]) ? 'hidden reals' : 'stepsAndExpect'),
!empty($steps[$caseID]) ? h::table
(
set::class('table bordered'),