update snapshot

This commit is contained in:
afc163 2016-11-24 15:00:39 +08:00 committed by Benjy Cui
parent 13020b7737
commit 3705130315
2 changed files with 14 additions and 10 deletions

View File

@ -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" />

View File

@ -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"