* Fix bug #49685, modify style of steps.

This commit is contained in:
liumengyi
2024-05-21 09:54:46 +08:00
parent c3551f8c80
commit be59e673dd
2 changed files with 5 additions and 7 deletions
+3 -4
View File
@@ -54,20 +54,19 @@ if($confirm != 'yes')
setClass('text-left border'),
div
(
setClass('inputGroup'),
setClass('inputGroup row', 'pl-' . (($step->grade- 1) * 2)),
h::span
(
setClass('step-item-id mr-2'),
setClass('ml-' . (($step->grade- 1) * 2)),
$step->name
),
nl2br(zget($step, 'desc', ''))
div(html(nl2br(zget($step, 'desc', ''))))
)
),
h::td
(
setClass('text-left border'),
nl2br(zget($step, 'expect', ''))
html(nl2br(zget($step, 'expect')))
),
h::td
(