docs: optimize icon doc in rtl (#22982)

This commit is contained in:
xrkffgg 2020-04-07 13:44:25 +08:00 committed by GitHub
parent 4bfc2790cb
commit 1380850a34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"