We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
如果项目不手动导入antd的CSS文件,默认的模态对话框、提示消息,都没有样式。
难到必须要
import 'node_modules/antd/dist/antd.css'; 或 import 'node_modules/antd/lib/modal/style/index.css';
这样手动导入吗?