提交 5963c715 编写于 作者: F FateRiddle

move antd.less to antd entry

上级 a6658ae8
......@@ -11,7 +11,7 @@ import {
mapping as defaultMapping,
widgets as defaultWidgets,
} from './widgets/antd';
// import 'antd/dist/antd.css';
import 'antd/dist/antd.less';
const AntdForm = (
{ mapping = {}, widgets = {}, configProvider = {}, ...rest },
......
......@@ -15,7 +15,6 @@ import { getValidateList } from './base/validate';
import fetcher from './HOC/fetcher';
import './atom.less';
import './index.less';
import 'antd/dist/antd.less';
function RenderField({ fields, onChange, ...settings }) {
const { Field, props } = parse(settings, fields);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册