fix: lint

This commit is contained in:
ycjcl868 2019-11-22 15:59:32 +08:00 committed by GitHub Action
parent ab15b3a84c
commit 1d0f97d0a9
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ If a large or small button is desired, set the `size` property to either `large`
```jsx
import { Button, Radio } from 'antd';
import { Download, Left, Right } from '@ant-design/icons';
import { Download } from '@ant-design/icons';
class ButtonSize extends React.Component {
state = {

View File

@ -37,7 +37,7 @@ const columns = [
{
title: 'Action',
key: 'action',
render: (text, record) => (
render: () => (
<span>
<a style={{ marginRight: 16 }}>Delete</a>
<a className="ant-dropdown-link">