Files
EasySoft-ZenTaoPMS/module/project/css/kanban.css
T
2021-08-27 11:04:22 +08:00

24 lines
1.0 KiB
CSS

.main-table .table {cursor: default;}
.main-table .table td {background: #efefef;}
.board-item {border: 1px solid #EBEBEB; padding: 5px 10px; cursor: default; border-radius: 2px; background-color: #fff;}
.board-item:hover {border-color: #ccc;}
.board-project .board-item + .board-item {margin-top: 10px;}
.board-project {padding: 10px;}
.board-doing {padding: 0px !important; vertical-align: top !important;}
.board-doing div:not(:last-child) .board-doing-project,
.board-doing div:not(:last-child) .board-doing-execution {padding: 10px; border-bottom: 2px solid #fff;}
.board-doing div:last-child .board-doing-project,
.board-doing div:last-child .board-doing-execution {padding: 10px;}
.board-doing-project .table-row .table-col:last-child, .c-progress {width: 30px;}
.board-doing-execution .table-row .table-col:last-child, .c-progress {width: 30px;}
.table-row .table-col:first-child {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
table th, td {border: 2px solid #fff !important;}
#kanban {padding-bottom: 10px}