Merge branch 'liyuchun_56551' into 'master'

Liyuchun 56551

See merge request easycorp/zentaopms!3822
This commit is contained in:
孙广明
2022-06-09 09:21:32 +00:00
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -15,6 +15,5 @@ td.delayed {background: #e84e0f !important; color: white;}
@-moz-document url-prefix() {.main-table tbody > tr.table-children > td:first-child::before {width: 4px;};}
.c-hours {width: 50px;}
.c-status, .c-date {width: 70px;}
.c-project {width: 150px;}
.c-name {width:90px}
.c-status, .c-date, .c-user-short {width: 70px;}
.c-project {width: 130px;}
+1 -1
View File
@@ -70,7 +70,7 @@
<th class='c-project'><?php common::printOrderLink('execution', $orderBy, $vars, $lang->my->executions);?></th>
<?php endif;?>
<?php if($type != 'openedBy'): ?>
<th class='c-user'><?php common::printOrderLink('openedBy', $orderBy, $vars, $lang->openedByAB);?></th>
<th class='c-user-short'><?php common::printOrderLink('openedBy', $orderBy, $vars, $lang->openedByAB);?></th>
<?php endif;?>
<th class='c-date text-center'><?php common::printOrderLink('deadline', $orderBy, $vars, $lang->task->deadlineAB);?></th>
<?php if($type != 'assignedTo'): ?>