mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
fix snap
This commit is contained in:
parent
31273135e2
commit
fc199e47b8
@ -28,13 +28,13 @@ exports[`Search should show cross icon when input value exists 1`] = `
|
||||
<span
|
||||
className="undefined-action"
|
||||
>
|
||||
<Component
|
||||
<Icon
|
||||
type="search"
|
||||
>
|
||||
<i
|
||||
className="anticon anticon-search"
|
||||
/>
|
||||
</Component>
|
||||
</Icon>
|
||||
</span>
|
||||
</div>
|
||||
</Search>
|
||||
@ -70,13 +70,13 @@ exports[`Search should show cross icon when input value exists 2`] = `
|
||||
href="#"
|
||||
onClick={[Function]}
|
||||
>
|
||||
<Component
|
||||
<Icon
|
||||
type="cross-circle"
|
||||
>
|
||||
<i
|
||||
className="anticon anticon-cross-circle"
|
||||
/>
|
||||
</Component>
|
||||
</Icon>
|
||||
</a>
|
||||
</div>
|
||||
</Search>
|
||||
|
Loading…
Reference in New Issue
Block a user