* Optimize code for product statistic block.

This commit is contained in:
liumengyi
2023-11-16 17:15:44 +08:00
parent 610db1ae2b
commit fec0e910e5
@@ -85,9 +85,9 @@ statisticBlock
(
array
(
'title' => $lang->block->tooltip['deliveryRate'],
'title' => $lang->block->tooltips['deliveryRate'],
'placement' => 'bottom',
'type' => 'white',
'type' => 'white',
'className' => 'text-dark border border-light leading-5'
)
)
@@ -117,9 +117,9 @@ statisticBlock
(
array
(
'title' => $lang->block->tooltip['effectiveStory'],
'title' => $lang->block->tooltips['effectiveStory'],
'placement' => 'bottom',
'type' => 'white',
'type' => 'white',
'className' => 'text-dark border border-light leading-5'
)
)
@@ -146,9 +146,9 @@ statisticBlock
(
array
(
'title' => $lang->block->tooltip['deliveredStory'],
'title' => $lang->block->tooltips['deliveredStory'],
'placement' => 'bottom',
'type' => 'white',
'type' => 'white',
'className' => 'text-dark border border-light leading-5'
)
)