* add pd-r-8 to column c-hours th

This commit is contained in:
guofeilong
2022-10-09 06:56:38 +00:00
parent 13135a581f
commit 9aeba19381
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,2 +1,3 @@
.c-hours, .c-progress {width: 80px !important;}
.c-status, .c-date {padding-right: 8px !important; text-align: center;}
.align-right {text-align: right; padding-right: 8px !important;}
+1 -1
View File
@@ -42,7 +42,7 @@
<th class='c-status'><?php echo $lang->statusAB;?></th>
<th class='c-user' title='<?php echo $lang->team->roleAB;?>'><?php echo $lang->team->roleAB;?></th>
<th class='c-date'><?php echo $lang->team->join;?></th>
<th class='c-hours text-right'><?php echo $lang->my->hours;?></th>
<th class='c-hours align-right'><?php echo $lang->my->hours;?></th>
<th class='c-user text-center'><?php echo $lang->execution->myTask;?></th>
<th class='c-progress'><?php echo $lang->execution->progress;?></th>
</tr>