* project: fix project kanban height.

This commit is contained in:
sunhao
2024-04-09 16:15:26 +08:00
parent 6c84ee47b7
commit 59ccf48cdb
+1 -1
View File
@@ -62,6 +62,6 @@ else
(
set::key('kanban'),
set::items($kanbanList),
set::height('calc(100vh - 120px)')
set::height('calc(100vh - 60px)')
);
}