mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
fix: lint
This commit is contained in:
parent
ab15b3a84c
commit
1d0f97d0a9
@ -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 = {
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user