Browse Source

chore: update snapshot

pull/37953/head
MadCcc 2 years ago
parent
commit
514cb4fd23
  1. 5
      components/drawer/__tests__/__snapshots__/demo-extend.test.tsx.snap
  2. 5
      components/drawer/__tests__/__snapshots__/demo.test.ts.snap

5
components/drawer/__tests__/__snapshots__/demo-extend.test.tsx.snap

@ -2971,12 +2971,11 @@ exports[`renders ./components/drawer/demo/render-in-current.md extend context co
exports[`renders ./components/drawer/demo/render-panel.md extend context correctly 1`] = `
<div
class="ant-drawer ant-drawer-pure"
style="height:300px;box-shadow:0 0 5px red"
style="padding:32px;background:#e6e6e6"
>
<div
class="ant-drawer ant-drawer-pure ant-drawer-right"
style="height: 300px;"
style="height:300px"
>
<div
class="ant-drawer-wrapper-body"

5
components/drawer/__tests__/__snapshots__/demo.test.ts.snap

@ -316,12 +316,11 @@ exports[`renders ./components/drawer/demo/render-in-current.md correctly 1`] = `
exports[`renders ./components/drawer/demo/render-panel.md correctly 1`] = `
<div
class="ant-drawer ant-drawer-pure"
style="height:300px;box-shadow:0 0 5px red"
style="padding:32px;background:#e6e6e6"
>
<div
class="ant-drawer ant-drawer-pure ant-drawer-right"
style="height: 300px;"
style="height:300px"
>
<div
class="ant-drawer-wrapper-body"

Loading…
Cancel
Save