From d69aeae3b94a562f9c01534e22c6edd07550808e Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 11 Oct 2021 15:58:09 +0800 Subject: [PATCH] * Adjust the style of the project list under the product. --- module/product/css/project.css | 1 + module/product/view/project.html.php | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/module/product/css/project.css b/module/product/css/project.css index 01e1cd5329..2791d85dce 100644 --- a/module/product/css/project.css +++ b/module/product/css/project.css @@ -4,3 +4,4 @@ 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 b904de65bf..c8d93257fc 100644 --- a/module/product/view/project.html.php +++ b/module/product/view/project.html.php @@ -41,9 +41,9 @@ project->end;?> project->status;?> project->budget;?> - project->estimate;?> - project->consume;?> - project->progress;?> + project->estimate;?> + project->consume;?> + project->progress;?> @@ -80,9 +80,9 @@ budget != 0 ? zget($this->lang->project->currencySymbol, $project->budgetUnit) . ' ' . $projectBudget : $this->lang->project->future;?> budget != 0 ? 'text-right' : 'text-center';?> - hours->totalEstimate . $lang->execution->workHourUnit;?> - hours->totalConsumed . $lang->execution->workHourUnit;?> - + hours->totalEstimate . $lang->execution->workHourUnit;?> + hours->totalConsumed . $lang->execution->workHourUnit;?> +
hours->progress;?>