* task #44358, project kanban support drag-and-drop.

This commit is contained in:
Hao Sun
2021-11-17 11:01:59 +08:00
parent daea38d8e2
commit ecb8881734
3 changed files with 89 additions and 3 deletions
+2 -1
View File
@@ -19,5 +19,6 @@
table th, td {border: 2px solid #fff !important;}
#kanban {padding-bottom: 10px}
.kanban-col[data-type='closedProject'] .count {display: none}
.kanban-item > a {cursor: move;}
.kanban-item.execution-item > a {cursor: pointer;}