From c4242ef5edb7210f2a3ab907efd364df2ce65f05 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Wed, 27 Dec 2023 08:56:18 +0800 Subject: [PATCH] * Fix bug #42286, modify style. --- module/testreport/ui/create.html.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/module/testreport/ui/create.html.php b/module/testreport/ui/create.html.php index 7217ab29fb..6c2195598e 100644 --- a/module/testreport/ui/create.html.php +++ b/module/testreport/ui/create.html.php @@ -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,