提取 Ant Design 的 CSS 样式文件

发布时间: 2019-10-17 08:38:12 作者: 大象笔记

我在自己的项目中,不想使用 Ant Design 的 React 或者 Vue 组件,但是很想使用 Ant Design 的 CSS 样式,按钮之类的样式确实漂亮大气,比 bootstrap 之类的始祖样式好看太多。

找到对应的 CSS 文件即可。

在 Staticfile CDN http://staticfile.org/ 搜素 antd 可以找到所有的 Ant Design CSS 版本。

例如:

https://cdn.staticfile.org/antd/3.23.6/antd.css

对应的压缩版:

https://cdn.staticfile.org/antd/3.23.6/antd.min.css

注意

默认 Ant Design 的 body height 为 100%。需要覆盖掉:

body, html {
    height: auto;
}
我是一名山东烟台的开发者,联系作者