我用 dva 初始化了我的项目
// component.js
import React from 'react';
import { Table, Icon } from 'antd';
import styles from '../../style/public.less';
import comStyle from '../../style/company.less';
// company.less
.ant-table {
border: none!important;
}
我的风格像这样“模块化”了ant-table-small___2ihaB
如何覆盖内置类?