mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +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
|
<span
|
||||||
className="undefined-action"
|
className="undefined-action"
|
||||||
>
|
>
|
||||||
<Component
|
<Icon
|
||||||
type="search"
|
type="search"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
className="anticon anticon-search"
|
className="anticon anticon-search"
|
||||||
/>
|
/>
|
||||||
</Component>
|
</Icon>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</Search>
|
</Search>
|
||||||
@ -70,13 +70,13 @@ exports[`Search should show cross icon when input value exists 2`] = `
|
|||||||
href="#"
|
href="#"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
>
|
>
|
||||||
<Component
|
<Icon
|
||||||
type="cross-circle"
|
type="cross-circle"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
className="anticon anticon-cross-circle"
|
className="anticon anticon-cross-circle"
|
||||||
/>
|
/>
|
||||||
</Component>
|
</Icon>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</Search>
|
</Search>
|
||||||
|
Loading…
Reference in New Issue
Block a user