mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +08:00
d3c2f75ed3
* refactor: Modal confirm style * test: fix test case * chore: merge wireframe * chore: modify limit * test: update snapshot
50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Modal.confirm triggers callbacks correctly footer confirm should render the footer when footer is set 1`] = `
|
|
<div
|
|
class="ant-modal-content"
|
|
>
|
|
<div
|
|
class="ant-modal-body"
|
|
>
|
|
<div
|
|
class="ant-modal-confirm-body-wrapper"
|
|
>
|
|
<div
|
|
class="ant-modal-confirm-body"
|
|
>
|
|
<span
|
|
aria-label="exclamation-circle"
|
|
class="bamboo bamboo-exclamation-circle"
|
|
role="img"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
data-icon="exclamation-circle"
|
|
fill="currentColor"
|
|
focusable="false"
|
|
height="1em"
|
|
viewBox="64 64 896 896"
|
|
width="1em"
|
|
>
|
|
<path
|
|
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z"
|
|
/>
|
|
</svg>
|
|
</span>
|
|
<div
|
|
class="ant-modal-confirm-paragraph"
|
|
>
|
|
<div
|
|
class="ant-modal-confirm-content"
|
|
>
|
|
hai
|
|
</div>
|
|
</div>
|
|
</div>
|
|
hai
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|