This commit is contained in:
tianshujie
2024-03-29 15:47:50 +08:00
parent cf86e9eaef
commit f0c67a8bb5
+3 -1
View File
@@ -172,6 +172,8 @@ row
div
(
set('class', 'chart pie-chart'),
set::width(120),
set::height(120),
echarts
(
set::color(array('#2B80FF', '#E3E4E9')),
@@ -184,7 +186,7 @@ row
'label' => array('show' => false),
'data' => array($progress, 100 - $progress)
)))
)->size(120, 120),
),
div
(
set::className('pie-chart-title text-center'),