* Fix ui.

This commit is contained in:
liuyongkai
2022-09-23 06:49:28 +00:00
parent bb5b178c49
commit 0c9b2f4e94
2 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
#mainContent td.projectName {white-space: nowrap; overflow-x: hidden;}
#pageNav .angle-btn:first-child a.btn {max-width: 300px; overflow: hidden;}
.totalCount {margin-top: 15px !important; font-weight: bold; text-align: right; padding: 8px 50px 8px 8px;}
.totalCount {font-weight: bold; text-align: right !important; padding: 8px 50px 8px 8px !important; width: 100%;}

View File

@@ -88,9 +88,9 @@
<td class='text-left'><?php echo zget($users, $task->finishedBy);?></td>
</tr>
<?php endforeach;?>
<td colspan='6' class='totalCount'><?php echo sprintf($lang->weekly->totalCount, count($finished));?></tr>
</tbody>
</table>
<div class='table totalCount'><?php echo sprintf($lang->weekly->totalCount, count($finished));?></div>
<div class='page-title'><h4><?php echo $lang->weekly->postponed;?></h4></div>
<table class='table has-sort-head table-fixed'>
@@ -121,9 +121,9 @@
<td class='text-left'><?php echo $task->progress;?>%</td>
</tr>
<?php endforeach;?>
<td colspan='7' class='totalCount'><?php echo sprintf($lang->weekly->totalCount, count($postponed));?></tr>
</tbody>
</table>
<div class='table totalCount'><?php echo sprintf($lang->weekly->totalCount, count($postponed));?></div>
<div class='page-title'><h4><?php echo $lang->weekly->nextWeek;?></h4></div>
<table class='table has-sort-head table-fixed'>
@@ -150,9 +150,9 @@
<td class='text-left'><?php echo $task->deadline;?></td>
</tr>
<?php endforeach;?>
<td colspan='5' class='totalCount'><?php echo sprintf($lang->weekly->totalCount, count($nextWeek));?></tr>
</tbody>
</table>
<div class='table totalCount'><?php echo sprintf($lang->weekly->totalCount, count($nextWeek));?></div>
<div class='page-title'><h4><?php echo $lang->weekly->workloadByType;?></h4></div>
<table class='table has-sort-head table-fixed'>