mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
update snapshot
This commit is contained in:
parent
13020b7737
commit
3705130315
@ -175,8 +175,7 @@ exports[`test renders ./components/input/demo/search-input.md correctly 1`] = `
|
|||||||
<input
|
<input
|
||||||
class="ant-input ant-input-search"
|
class="ant-input ant-input-search"
|
||||||
placeholder="input search text"
|
placeholder="input search text"
|
||||||
type="text"
|
type="text" />
|
||||||
value="" />
|
|
||||||
</span>
|
</span>
|
||||||
<i
|
<i
|
||||||
class="anticon anticon-search ant-input-search-icon" />
|
class="anticon anticon-search ant-input-search-icon" />
|
||||||
|
@ -525,14 +525,19 @@ exports[`test renders ./components/tree/demo/dynamic.md correctly 1`] = `
|
|||||||
|
|
||||||
exports[`test renders ./components/tree/demo/search.md correctly 1`] = `
|
exports[`test renders ./components/tree/demo/search.md correctly 1`] = `
|
||||||
<div>
|
<div>
|
||||||
<span
|
<div
|
||||||
class="ant-input-wrapper">
|
class="ant-input-search-wrapper"
|
||||||
<input
|
style="width:200px;">
|
||||||
class="ant-input"
|
<span
|
||||||
placeholder="Search"
|
class="ant-input-wrapper">
|
||||||
style="width:200px;"
|
<input
|
||||||
type="text" />
|
class="ant-input ant-input-search"
|
||||||
</span>
|
placeholder="Search"
|
||||||
|
type="text" />
|
||||||
|
</span>
|
||||||
|
<i
|
||||||
|
class="anticon anticon-search ant-input-search-icon" />
|
||||||
|
</div>
|
||||||
<ul
|
<ul
|
||||||
class="ant-tree"
|
class="ant-tree"
|
||||||
role="tree-node"
|
role="tree-node"
|
||||||
|
Loading…
Reference in New Issue
Block a user