* Code for task #41775.

This commit is contained in:
孙广明
2021-08-25 15:54:15 +08:00
parent b11ac8d119
commit cf06d1f24f
10 changed files with 442 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
.main-table .table {cursor: default;}
.main-table .table td {background: #f5f5f5;}
.board-item {border: 1px solid #EBEBEB; padding: 5px 10px; cursor: default; border-radius: 2px; background-color: #fff;}
.board-item:hover {border-color: #ccc;}
.board-item + .board-item {margin-top: 10px;}
#kanban {overflow-y: auto;}
#kanban tbody > tr > td {line-height: 24px;}
#kanban tbody > tr > td{border-right: 3px solid #fff; border-bottom: 3px solid #fff;}
#kanban thead > tr:first-child > th:not(:first-child) {border-right: 3px solid #fff; border-bottom: 3px solid #fff;}
#kanban thead > tr:last-child > th {border: 3px solid #fff;}
.table-grouped tbody > tr > td:first-child, .table-grouped thead > tr > th:first-child {padding-left: 3px;}