From f0bd7efdefb9dacf20dc4e5685db5e65620faaa6 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 14 Oct 2021 16:42:04 +0800 Subject: [PATCH] * Finish task #43190. --- module/product/css/project.css | 1 - module/product/view/project.html.php | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/module/product/css/project.css b/module/product/css/project.css index 2791d85dce..01e1cd5329 100644 --- a/module/product/css/project.css +++ b/module/product/css/project.css @@ -4,4 +4,3 @@ td.padding-right {padding-right: 20px !important} .c-program {width: 150px;} -td.c-progress {padding-left: 66px !important;} diff --git a/module/product/view/project.html.php b/module/product/view/project.html.php index c8d93257fc..e7c3d1c04f 100644 --- a/module/product/view/project.html.php +++ b/module/product/view/project.html.php @@ -43,7 +43,7 @@ project->budget;?> project->estimate;?> project->consume;?> - project->progress;?> + project->progress;?> @@ -82,7 +82,7 @@ hours->totalEstimate . $lang->execution->workHourUnit;?> hours->totalConsumed . $lang->execution->workHourUnit;?> - +
hours->progress;?>