chore: update snapshot

This commit is contained in:
MadCcc 2022-11-17 14:07:37 +08:00
parent ab4bcc4463
commit f36a01a647
4 changed files with 24 additions and 2 deletions

View File

@ -656,7 +656,7 @@ exports[`renders ./components/layout/demo/fixed.tsx extend context correctly 1`]
</header>
<main
class="ant-layout-content site-layout"
style="padding:0 50px"
style="padding:0 50px;margin-top:64px"
>
<nav
class="ant-breadcrumb"

View File

@ -379,7 +379,7 @@ exports[`renders ./components/layout/demo/fixed.tsx correctly 1`] = `
</header>
<main
class="ant-layout-content site-layout"
style="padding:0 50px"
style="padding:0 50px;margin-top:64px"
>
<nav
class="ant-breadcrumb"

View File

@ -104,6 +104,17 @@ exports[`renders ./components/modal/demo/confirm-router.tsx extend context corre
</button>
`;
exports[`renders ./components/modal/demo/custom-mouse-position.tsx extend context correctly 1`] = `
<button
class="ant-btn ant-btn-primary"
type="button"
>
<span>
Open Modal
</span>
</button>
`;
exports[`renders ./components/modal/demo/dark.tsx extend context correctly 1`] = `
<button
class="ant-btn ant-btn-primary"

View File

@ -104,6 +104,17 @@ exports[`renders ./components/modal/demo/confirm-router.tsx correctly 1`] = `
</button>
`;
exports[`renders ./components/modal/demo/custom-mouse-position.tsx correctly 1`] = `
<button
class="ant-btn ant-btn-primary"
type="button"
>
<span>
Open Modal
</span>
</button>
`;
exports[`renders ./components/modal/demo/dark.tsx correctly 1`] = `
<button
class="ant-btn ant-btn-primary"