* Adjust code style.

This commit is contained in:
tianshujie98
2020-10-28 11:30:20 +08:00
parent 55b140c621
commit 593aab8967
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
<th> <?php echo $lang->productplan->desc;?></th>
<?php
$extendFields = $this->productplan->getFlowExtendFields();
foreach($extendFields as $extendField) echo "<th class='w-100px'>{$extendField->name}</th>";
foreach($extendFields as $extendField) echo "<th>{$extendField->name}</th>";
?>
<th class='c-actions-6 text-center'><?php echo $lang->actions;?></th>
</tr>
+1 -1
View File
@@ -49,7 +49,7 @@
<th class='text-center w-90px'><?php echo $lang->release->status;?></th>
<?php
$extendFields = $this->release->getFlowExtendFields();
foreach($extendFields as $extendField) echo "<th class='w-100px'>{$extendField->name}</th>";
foreach($extendFields as $extendField) echo "<th>{$extendField->name}</th>";
?>
<th class='c-actions-5 text-center'><?php echo $lang->actions;?></th>
</tr>