Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Aug 24, 2018
1 parent 1f856f8 commit b736692
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ exports[`renders ./components/layout/demo/fixed.md correctly 1`] = `

exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
<div class="ant-layout" id="components-layout-demo-fixed-sider">
<div class="ant-layout-sider" style="max-width: 200px; min-width: 200px; width: 200px; overflow: auto; position: fixed; left: 0px;">
<div class="ant-layout-sider" style="max-width: 200px; min-width: 200px; width: 200px; overflow: auto; height: 100vh; position: fixed; left: 0px;">
<div class="ant-layout-sider-children">
<div class="logo"></div>
<ul class="ant-menu ant-menu-root ant-menu-inline ant-menu-dark" role="menu" aria-activedescendant="" tabindex="0">
Expand Down

0 comments on commit b736692

Please sign in to comment.