* [story#57185,doing,0.1h,2.7h] Add metric time tips to teamachievement block.

This commit is contained in:
liuruogu
2024-06-07 09:10:39 +00:00
committed by 刘刚
parent 27e5720af1
commit 8ba305b4f9
@@ -13,6 +13,24 @@ namespace zin;
blockPanel
(
to::titleSuffix
(
icon
(
setClass('text-light text-sm cursor-pointer'),
toggle::tooltip
(
array
(
'title' => sprintf($lang->block->tooltips['metricTime'], $metricTime),
'placement' => 'bottom',
'type' => 'white',
'className' => 'text-dark border border-light leading-5'
)
),
'help'
)
),
setClass('teamachievement-block'),
set::bodyClass('ml-6'),
div