* Finish task 49303.

This commit is contained in:
zhengrunyu
2022-02-17 11:27:41 +08:00
parent e9a29f39fc
commit ae58f6c7c8
+1 -1
View File
@@ -59,7 +59,7 @@ $(function()
data: kanbanData,
minColWidth: 290,
maxColWidth: 290,
maxColHeight: 460,
maxColHeight: (product.type == 'branch') ? 460 : 806,
minColHeight: 190,
cardHeight: 80,
itemRender: renderKanbanItem,