mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
test: fix snapshot
This commit is contained in:
parent
81a8d71ec3
commit
ca89227568
@ -85,7 +85,7 @@ exports[`renders ./components/auto-complete/demo/basic.md correctly 1`] = `
|
|||||||
class="ant-select-search__field__wrap"
|
class="ant-select-search__field__wrap"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
class="ant-input ant-input ant-select-search__field"
|
class="ant-input ant-select-search__field"
|
||||||
type="text"
|
type="text"
|
||||||
value=""
|
value=""
|
||||||
/>
|
/>
|
||||||
@ -144,10 +144,10 @@ exports[`renders ./components/auto-complete/demo/certain-category.md correctly 1
|
|||||||
class="ant-select-search__field__wrap"
|
class="ant-select-search__field__wrap"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="ant-input-affix-wrapper"
|
class="ant-select-search__field ant-input-affix-wrapper"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
class="ant-input ant-input ant-select-search__field"
|
class="ant-input"
|
||||||
type="text"
|
type="text"
|
||||||
value=""
|
value=""
|
||||||
/>
|
/>
|
||||||
@ -211,7 +211,7 @@ exports[`renders ./components/auto-complete/demo/non-case-sensitive.md correctly
|
|||||||
class="ant-select-search__field__wrap"
|
class="ant-select-search__field__wrap"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
class="ant-input ant-input ant-select-search__field"
|
class="ant-input ant-select-search__field"
|
||||||
type="text"
|
type="text"
|
||||||
value=""
|
value=""
|
||||||
/>
|
/>
|
||||||
@ -266,7 +266,7 @@ exports[`renders ./components/auto-complete/demo/options.md correctly 1`] = `
|
|||||||
class="ant-select-search__field__wrap"
|
class="ant-select-search__field__wrap"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
class="ant-input ant-input ant-select-search__field"
|
class="ant-input ant-select-search__field"
|
||||||
type="text"
|
type="text"
|
||||||
value=""
|
value=""
|
||||||
/>
|
/>
|
||||||
@ -325,10 +325,10 @@ exports[`renders ./components/auto-complete/demo/uncertain-category.md correctly
|
|||||||
class="ant-select-search__field__wrap"
|
class="ant-select-search__field__wrap"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="ant-input-affix-wrapper"
|
class="ant-select-search__field ant-input-affix-wrapper"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
class="ant-input ant-input ant-select-search__field"
|
class="ant-input"
|
||||||
type="text"
|
type="text"
|
||||||
value=""
|
value=""
|
||||||
/>
|
/>
|
||||||
|
@ -1525,7 +1525,7 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = `
|
|||||||
class="ant-select-search__field__wrap"
|
class="ant-select-search__field__wrap"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
class="ant-input ant-input ant-select-search__field"
|
class="ant-input ant-select-search__field"
|
||||||
type="text"
|
type="text"
|
||||||
value=""
|
value=""
|
||||||
/>
|
/>
|
||||||
|
@ -560,7 +560,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
|||||||
class="ant-select-search__field__wrap"
|
class="ant-select-search__field__wrap"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
class="ant-input ant-input ant-select-search__field"
|
class="ant-input ant-select-search__field"
|
||||||
type="text"
|
type="text"
|
||||||
value=""
|
value=""
|
||||||
/>
|
/>
|
||||||
@ -666,11 +666,11 @@ exports[`renders ./components/input/demo/presuffix.md correctly 1`] = `
|
|||||||
|
|
||||||
exports[`renders ./components/input/demo/search-input.md correctly 1`] = `
|
exports[`renders ./components/input/demo/search-input.md correctly 1`] = `
|
||||||
<span
|
<span
|
||||||
class="ant-input-affix-wrapper"
|
class="ant-input-search ant-input-affix-wrapper"
|
||||||
style="width:200px;"
|
style="width:200px;"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
class="ant-input ant-input-search"
|
class="ant-input"
|
||||||
placeholder="input search text"
|
placeholder="input search text"
|
||||||
type="text"
|
type="text"
|
||||||
/>
|
/>
|
||||||
|
@ -987,11 +987,11 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
|||||||
exports[`renders ./components/tree/demo/search.md correctly 1`] = `
|
exports[`renders ./components/tree/demo/search.md correctly 1`] = `
|
||||||
<div>
|
<div>
|
||||||
<span
|
<span
|
||||||
class="ant-input-affix-wrapper"
|
class="ant-input-search ant-input-affix-wrapper"
|
||||||
style="width:300px;"
|
style="width:300px;"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
class="ant-input ant-input-search"
|
class="ant-input"
|
||||||
placeholder="Search"
|
placeholder="Search"
|
||||||
type="text"
|
type="text"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user