Update snapshots

This commit is contained in:
ztplz 2019-02-20 15:31:41 +08:00 committed by 偏右
parent 45dc160701
commit e3eec8f2b6

View File

@ -245,22 +245,29 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
class="ant-input-group ant-input-group-lg"
>
<div
class="ant-col-5"
class="ant-row"
style="margin-left:-4px;margin-right:-4px"
>
<input
class="ant-input"
type="text"
value="0571"
/>
</div>
<div
class="ant-col-8"
>
<input
class="ant-input"
type="text"
value="26888888"
/>
<div
class="ant-col-5"
style="padding-left:4px;padding-right:4px"
>
<input
class="ant-input"
type="text"
value="0571"
/>
</div>
<div
class="ant-col-8"
style="padding-left:4px;padding-right:4px"
>
<input
class="ant-input"
type="text"
value="26888888"
/>
</div>
</div>
</span>
<br />