mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +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
|
||||
class="ant-input ant-input-search"
|
||||
placeholder="input search text"
|
||||
type="text"
|
||||
value="" />
|
||||
type="text" />
|
||||
</span>
|
||||
<i
|
||||
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`] = `
|
||||
<div>
|
||||
<span
|
||||
class="ant-input-wrapper">
|
||||
<input
|
||||
class="ant-input"
|
||||
placeholder="Search"
|
||||
style="width:200px;"
|
||||
type="text" />
|
||||
</span>
|
||||
<div
|
||||
class="ant-input-search-wrapper"
|
||||
style="width:200px;">
|
||||
<span
|
||||
class="ant-input-wrapper">
|
||||
<input
|
||||
class="ant-input ant-input-search"
|
||||
placeholder="Search"
|
||||
type="text" />
|
||||
</span>
|
||||
<i
|
||||
class="anticon anticon-search ant-input-search-icon" />
|
||||
</div>
|
||||
<ul
|
||||
class="ant-tree"
|
||||
role="tree-node"
|
||||
|
Loading…
Reference in New Issue
Block a user