element component antd theme.
npm i element-theme-antd -S
Use Sass import
@import 'element-theme-antd';
Or Use webpack
import 'element-theme-antd';
Or
<link rel="stylesheet" href="path/to/node_modules/element-theme-antd/lib/index.css">
import 'element-theme-antd/lib/input.css';
import 'element-theme-antd/lib/select.css';
// ...