* Add tooltip to execution statistic block.

This commit is contained in:
liumengyi
2023-11-17 09:57:32 +08:00
parent d7526fe0e9
commit 6317130e2d
2 changed files with 20 additions and 10 deletions
@@ -138,7 +138,16 @@ statisticBlock
icon
(
'help',
toggle::tooltip(array('title' => '提示文本')),
toggle::tooltip
(
array
(
'title' => $lang->block->tooltips['executionProgress'],
'placement' => 'bottom',
'type' => 'white',
'className' => 'text-dark border border-light leading-5'
)
),
setClass('text-light ml-0.5')
)
)