Files
EasySoft-ZenTaoPMS/module/testtask/css/browse.css
2022-10-27 09:38:47 +08:00

7 lines
232 B
CSS

#taskList tbody>tr>td, #taskList thead>tr>th {white-space: nowrap;}
#taskList td {overflow: hidden; text-overflow: unset;}
.c-name {width: 200px;}
.c-id {width: 60px;}
.c-user, .c-status {width: 80px;}
.status-blocked {left: -5px;}