test: update snapshot

This commit is contained in:
afc163 2017-07-13 15:24:53 +08:00
parent 22e14970ec
commit 91707b89d8

View File

@ -310,11 +310,10 @@ exports[`renders ./components/layout/demo/fixed.md correctly 1`] = `
exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
<div
class="ant-layout ant-layout-has-sider"
style="height:100vh;"
>
<div
class="ant-layout-sider"
style="overflow:auto;flex:0 0 200px;width:200px;"
style="overflow:auto;height:100vh;position:fixed;left:0;flex:0 0 200px;width:200px;"
>
<div
class="ant-layout-sider-children"
@ -453,6 +452,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
</div>
<div
class="ant-layout"
style="margin-left:200px;"
>
<div
class="ant-layout-header"