From 1ca5456053edeea5ab902690fdb24d4a404b4262 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Thu, 27 Oct 2022 13:35:31 +0800 Subject: [PATCH] * Fix bug #29006. --- module/execution/model.php | 2 +- module/project/css/execution.css | 1 + module/project/view/execution.html.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/module/execution/model.php b/module/execution/model.php index d681d3ac99..e835cb7357 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -4651,7 +4651,7 @@ class executionModel extends model } } } - if(!empty($execution->division)) echo "{$execution->productName}"; + if(!empty($execution->division)) echo "{$execution->productName}"; echo "" . zget($this->lang->project->statusList, $execution->status) . ''; echo '' . zget($users, $execution->PM) . ''; echo helper::isZeroDate($execution->begin) ? '' : '' . $execution->begin . ''; diff --git a/module/project/css/execution.css b/module/project/css/execution.css index 71939a8e6b..b976d48ce0 100644 --- a/module/project/css/execution.css +++ b/module/project/css/execution.css @@ -16,3 +16,4 @@ td.flex {display: flex; flex-flow: row nowrap; justify-content: flex-start; alig td.c-name > .project-type-label {flex: 0 0 36px; padding-right: 2px;} .c-name > a, .table-children .text-left > a, .c-name > span.text-ellipsis { padding-left: 5px; text-overflow: clip;} span.table-nest-icon.table-nest-toggle {min-width: 22px; max-width: 22px;} +#projectForm .c-name, #executionTableList .c-name, #programTableList .c-name {padding-right:47px;} diff --git a/module/project/view/execution.html.php b/module/project/view/execution.html.php index c935de3512..5ca8ad4f9d 100644 --- a/module/project/view/execution.html.php +++ b/module/project/view/execution.html.php @@ -85,7 +85,7 @@ - division) echo "{$lang->project->product}";?> + division) echo "{$lang->project->product}";?> project->status;?> execution->owner;?> programplan->begin;?>