diff --git a/packages/plugins/@nocobase/plugin-kanban/src/client/style.tsx b/packages/plugins/@nocobase/plugin-kanban/src/client/style.tsx index e9bfbbe1ac..e487a498fd 100644 --- a/packages/plugins/@nocobase/plugin-kanban/src/client/style.tsx +++ b/packages/plugins/@nocobase/plugin-kanban/src/client/style.tsx @@ -6,12 +6,16 @@ export const useStyles = createStyles(({ token, css }) => { overflow: hidden; height: 100%; overflow-y: auto; - .ant-spin-container: { + .ant-spin-container { height: 100%; .ant-formily-item-label: { color: #8c8c8c; fontweight: normal; } + // 为了撑满固定区块时的高度 + & > * { + height: 100%; + } } `, };