* Fix bug #42286, modify style.

This commit is contained in:
liumengyi
2023-12-27 08:56:18 +08:00
parent 82a143ada1
commit c4242ef5ed
+3 -4
View File
@@ -150,14 +150,13 @@ formPanel
set::label($lang->testreport->goal),
span
(
setClass('flex items-center'),
html($execution->desc),
icon
(
'help',
set('data-toggle', 'tooltip'),
set('id', 'goalTip'),
set('class', 'text-light')
toggle::tooltip(array('title' => $lang->testreport->goalTip))
),
html($execution->desc)
)
)
) : null,