From f0c67a8bb5c153df1266f485e21026d253b71441 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 29 Mar 2024 15:47:37 +0800 Subject: [PATCH] * Fix bug #47412. --- module/project/ui/view.html.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module/project/ui/view.html.php b/module/project/ui/view.html.php index 1aa6227fe7..f02ae90b93 100644 --- a/module/project/ui/view.html.php +++ b/module/project/ui/view.html.php @@ -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'),