* Adjust story estimate style.

This commit is contained in:
holan20180123
2021-05-20 09:27:36 +08:00
parent e120249286
commit be80ce2e0f
3 changed files with 6 additions and 4 deletions
+4 -3
View File
@@ -42,9 +42,10 @@
<table class='table table-form'>
<thead>
<tr class='text-center'>
<th class='w-120px'><?php echo $lang->execution->team;?></th>
<th class='w-90px'> <?php echo $lang->story->estimate;?></th>
<th class='w-90px th-new-estimate hide'><?php echo $lang->execution->newEstimate;?></th>
<th><?php echo $lang->execution->team;?></th>
<th> <?php echo $lang->story->estimate;?></th>
<th class='th-new-estimate hide'><?php echo $lang->execution->newEstimate;?></th>
<th class='empty-th'></th>
</tr>
</thead>
<tbody>