* 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
+1
View File
@@ -39,6 +39,7 @@ function showNewEstimate()
$('.th-new-estimate').removeClass('hide');
$('.new-estimate').removeClass('hide');
$('.form-actions').removeClass('hide');
$('.empty-th').addClass('hide');
}
function selectRound(round)
+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>
+1 -1
View File
@@ -60,7 +60,7 @@ adjustMenuWidth();
</section>
<footer class='table-footer'>
<?php echo str_replace($words, urlencode($words), $pager->get('right', 'short'));?>
<span class='execute-info text-muted'><?php printf($lang->search->executeInfo, $pager->recTotal, $consumed);?></span>
<span class='execute-info text-muted'><?php printf($lang->search->executeInfo, $pager->recTotal, $consumed);?></span>
</footer>
</div>
</div>