improve styling

This commit is contained in:
chenos 2021-08-23 12:15:22 +08:00
parent 6f84f925aa
commit 52818bfeb4
2 changed files with 35 additions and 30 deletions

View File

@ -115,6 +115,7 @@ const KanbanColumn = (props) => {
const { field, schemas } = useKanban();
const { items } = props;
return (
<div className={'nb-kanban-list'}>
<SortableContext
// id={option.value}
items={items || []}
@ -142,6 +143,7 @@ const KanbanColumn = (props) => {
);
})}
</SortableContext>
</div>
);
};

View File

@ -14,8 +14,11 @@
background: #f9f9f9;
margin-right: 12px;
padding: 12px;
.nb-kanban-list {
height: 60vh;
overflow: auto;
margin-bottom: 12px;
}
}
.nb-kanban-item {