This commit is contained in:
tianshujie
2022-11-07 09:39:52 +08:00
parent 0c3e7b8c70
commit 5ea7567745
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -20,3 +20,5 @@
#childrenTable .c-id {width: 60px;}
#childrenTable .c-lblPri {width: 50px;}
#legendTeam .c-hours {width: 72px;}
+3 -3
View File
@@ -340,9 +340,9 @@
<thead>
<tr>
<th><?php echo $lang->task->team?></th>
<th class='text-center'><?php echo $lang->task->estimate?></th>
<th class='text-center'><?php echo $lang->task->consumed?></th>
<th class='text-center'><?php echo $lang->task->left?></th>
<th class='text-center c-hours'><?php echo $lang->task->estimate?></th>
<th class='text-center c-hours'><?php echo $lang->task->consumed?></th>
<th class='text-center c-hours'><?php echo $lang->task->left?></th>
<th class='text-center'><?php echo $lang->statusAB;?></th>
</tr>
</thead>