mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
chore: update snapshot
This commit is contained in:
parent
ab4bcc4463
commit
f36a01a647
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user