typescript+react开发chrome扩展程序时antd失效

339 阅读1分钟

问题yarn add antd后,antd样式不生效

解决:需要在popuppanel文件夹中的index.tsx中加入import 'antd/dist/antd.css'

image.png