diff --git a/packages/core/client/src/schema-component/antd/index.less b/packages/core/client/src/schema-component/antd/index.less index 62b7a55f9d..28bd4107dd 100644 --- a/packages/core/client/src/schema-component/antd/index.less +++ b/packages/core/client/src/schema-component/antd/index.less @@ -1,3 +1,4 @@ .ant-formily-item-label { - color: #8c8c8c; + color: #000000d9; + font-weight:600; } diff --git a/packages/core/client/src/schema-component/antd/kanban-v2/Kanban.tsx b/packages/core/client/src/schema-component/antd/kanban-v2/Kanban.tsx index 7bc949b0a0..bcbb667bba 100644 --- a/packages/core/client/src/schema-component/antd/kanban-v2/Kanban.tsx +++ b/packages/core/client/src/schema-component/antd/kanban-v2/Kanban.tsx @@ -9,6 +9,7 @@ import { Board } from '../../../board'; import '../../../board/style.less'; import { useProps } from '../../hooks/useProps'; import { KanbanCardContext, KanbanColumnContext } from './context'; +import './index.less'; const useCreateActionProps = () => { const form = useForm(); diff --git a/packages/core/client/src/schema-component/antd/kanban-v2/index.less b/packages/core/client/src/schema-component/antd/kanban-v2/index.less new file mode 100644 index 0000000000..3f5859a437 --- /dev/null +++ b/packages/core/client/src/schema-component/antd/kanban-v2/index.less @@ -0,0 +1,16 @@ +.react-kanban-board { + margin-bottom: 24px; + .nb-block-item { + .ant-formily-item-control .ant-space-item{ + + white-space: normal; + word-break: break-all; + word-wrap: break-word; + } + & .ant-formily-item-label{ + color: #8c8c8c; + font-weight:normal; + } + } +} +