* finish task #37280.

This commit is contained in:
wangyidong
2021-04-09 10:29:45 +08:00
parent 85bc4283cb
commit b90487fb74
+4 -4
View File
@@ -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 @@
<th class='thWidth'><?php common::printOrderLink('PM', $orderBy, $vars, $lang->execution->owner);?></th>
<th class='w-100px'><?php common::printOrderLink('end', $orderBy, $vars, $lang->execution->end);?></th>
<th class='w-100px'><?php common::printOrderLink('status', $orderBy, $vars, $from == 'execution' ? $lang->execution->execStatus : $lang->execution->status);?></th>
<th class='w-80px text-center'><?php echo $lang->execution->totalEstimate;?></th>
<th class='w-80px text-center'><?php echo $lang->execution->totalConsumed;?></th>
<th class='w-80px text-center'><?php echo $lang->execution->totalLeft;?></th>
<th class='w-80px hours text-right'><?php echo $lang->execution->totalEstimate;?></th>
<th class='w-80px hours text-right'><?php echo $lang->execution->totalConsumed;?></th>
<th class='w-80px hours text-right'><?php echo $lang->execution->totalLeft;?></th>
<th class='w-60px'><?php echo $lang->execution->progress;?></th>
<th class='w-100px'><?php echo $lang->execution->burn;?></th>
</tr>