* [bug#62180,done,1h] modify style.

This commit is contained in:
liumengyi
2025-05-09 11:19:40 +08:00
committed by 刘刚
parent 9f0f566be1
commit 87a6a1f7fa
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -137,12 +137,12 @@ if($confirm != 'yes')
setClass('step-item-id mr-2'),
$step->name
),
div(html(html_entity_decode(nl2br(zget($step, 'desc', '')))))
div(setClass('wrap break-all'), html(html_entity_decode(nl2br(zget($step, 'desc', '')))))
)
),
h::td
(
setClass('text-left border'),
setClass('text-left border break-all'),
html(html_entity_decode(nl2br(zget($step, 'expect'))))
),
h::td