React 里面使用antd样式不显示的问题

231 阅读1分钟

在React项目里面,使用antd样式不显示,以下是我的解决方式:

App.css里面:

@import '~antd/dist/antd.css';

App.js里面:

import './App.css'