|
|
@ -23,7 +23,7 @@ import { Button } from 'antd';
|
|
|
|
ReactDOM.render(
|
|
|
|
ReactDOM.render(
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<Button type="primary" shape="circle" icon="search" />
|
|
|
|
<Button type="primary" shape="circle" icon="search" />
|
|
|
|
<Button type="primary" icon="search">搜索</Button>
|
|
|
|
<Button type="primary" icon="search">Search</Button>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<Button type="ghost" shape="circle-outline" icon="search" />
|
|
|
|
<Button type="ghost" shape="circle-outline" icon="search" />
|
|
|
|
<Button type="ghost" icon="search">Search</Button>
|
|
|
|
<Button type="ghost" icon="search">Search</Button>
|
|
|
|