* Add tooltips to qastatistic block, and modify style of tooltips in statistic block.

This commit is contained in:
liumengyi
2023-11-17 10:58:02 +08:00
parent 320ccda40a
commit c0140c968c
5 changed files with 34 additions and 13 deletions
@@ -137,18 +137,18 @@ statisticBlock
$lang->block->executionstatistic->progress,
icon
(
'help',
setClass('text-light ml-0.5 text-sm'),
toggle::tooltip
(
array
(
'title' => $lang->block->tooltips['executionProgress'],
'content' => array('html' => $lang->block->tooltips['executionProgress']),
'placement' => 'bottom',
'type' => 'white',
'className' => 'text-dark border border-light leading-5'
)
),
setClass('text-light ml-0.5')
'help'
)
)
)