xrkffgg
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
site/theme/template/IconDisplay/index.tsx
|
|
@ -110,7 +110,7 @@ class IconDisplay extends React.Component<IconDisplayProps, IconDisplayState> { |
|
|
|
</Radio.Group> |
|
|
|
<Input.Search |
|
|
|
placeholder={messages['app.docs.components.icon.search.placeholder']} |
|
|
|
style={{ marginLeft: 10, flex: 1 }} |
|
|
|
style={{ margin: '0 10px', flex: 1 }} |
|
|
|
allowClear |
|
|
|
onChange={e => this.handleSearchIcon(e.currentTarget.value)} |
|
|
|
size="large" |
|
|
|