From b90487fb74c95896b0ac5e72990abbc6fb568d7b Mon Sep 17 00:00:00 2001 From: wangyidong Date: Fri, 9 Apr 2021 10:29:45 +0800 Subject: [PATCH] * finish task #37280. --- module/execution/view/all.html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index f0758b5ce6..4f3d659ee6 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -21,7 +21,7 @@ .table td.has-child > .plan-toggle > .icon {font-size: 16px; display: inline-block; transition: transform .2s; -ms-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); -webkit-transform:rotate(-90deg); transform: rotate(-90deg);} .table td.has-child > .plan-toggle > .icon:before {text-align: left;} .table td.has-child > .plan-toggle.collapsed > .icon {-ms-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg); -webkit-transform:rotate(90deg); transform: rotate(90deg);} -.table td.hours {padding-right: 20px;} +.table th.hours {padding-right: 8px !important;} .main-table tbody > tr.table-children > td:first-child::before {width: 3px;} .hours {text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} @-moz-document url-prefix() {.main-table tbody > tr.table-children > td:first-child::before {width: 4px;}} @@ -70,9 +70,9 @@ execution->owner);?> execution->end);?> execution->execStatus : $lang->execution->status);?> - execution->totalEstimate;?> - execution->totalConsumed;?> - execution->totalLeft;?> + execution->totalEstimate;?> + execution->totalConsumed;?> + execution->totalLeft;?> execution->progress;?> execution->burn;?>