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

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`] = ` 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"