This commit is contained in:
tianshujie
2022-10-24 13:07:48 +08:00
parent d4541ebf3d
commit bc8eb40f31
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ td.c-branch {overflow: hidden; text-align: left !important; text-overflow: ellip
.c-story, .c-status {width: 80px;}
.c-execution {width: 60px !important;}
.c-bug, .c-hour {width: 60px;}
.c-desc {width: 160px;}
.plan-name {position: relative; display: flex; align-items: center;}
.plan-name > span {flex: none;}
@@ -79,7 +79,7 @@
<th class='c-bug text-center'><?php echo $lang->productplan->bugs;?></th>
<th class='c-hour text-center'><?php echo $lang->productplan->hour;?></th>
<th class='c-execution c-actions'><?php echo $lang->productplan->execution;?></th>
<th><?php echo $lang->productplan->desc;?></th>
<th class='c-desc'><?php echo $lang->productplan->desc;?></th>
<?php
$extendFields = $this->productplan->getFlowExtendFields();
foreach($extendFields as $extendField) echo "<th>{$extendField->name}</th>";