* Fix bug#46483. Finish task#114583.

This commit is contained in:
xieqiyu
2024-04-02 15:01:29 +08:00
parent e9efc19dad
commit 42c980de67
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ foreach($config->block->projectstatistic->items as $module => $items)
array
(
'title' => $lang->block->tooltips[$field],
'placement' => 'bottom',
'placement' => 'bottom-end',
'type' => 'white',
'className' => 'text-dark border border-light leading-5 w-60'
)
@@ -47,7 +47,7 @@ panel
array
(
'title' => $lang->block->tooltips['resolvedRate'],
'placement' => 'bottom',
'placement' => 'bottom-end',
'type' => 'white',
'className' => 'text-dark border border-light leading-5'
)
@@ -75,7 +75,7 @@ panel
array
(
'title' => $lang->block->tooltips['deliveryRate'],
'placement' => 'bottom',
'placement' => 'bottom-end',
'type' => 'white',
'className' => 'text-dark border border-light leading-5'
)