mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
docs: optimize icon doc in rtl (#22982)
This commit is contained in:
parent
4bfc2790cb
commit
1380850a34
@ -110,7 +110,7 @@ class IconDisplay extends React.Component<IconDisplayProps, IconDisplayState> {
|
|||||||
</Radio.Group>
|
</Radio.Group>
|
||||||
<Input.Search
|
<Input.Search
|
||||||
placeholder={messages['app.docs.components.icon.search.placeholder']}
|
placeholder={messages['app.docs.components.icon.search.placeholder']}
|
||||||
style={{ marginLeft: 10, flex: 1 }}
|
style={{ margin: '0 10px', flex: 1 }}
|
||||||
allowClear
|
allowClear
|
||||||
onChange={e => this.handleSearchIcon(e.currentTarget.value)}
|
onChange={e => this.handleSearchIcon(e.currentTarget.value)}
|
||||||
size="large"
|
size="large"
|
||||||
|
Loading…
Reference in New Issue
Block a user