2021-12-23 11:51:10 +08:00
|
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
|
exports[`renders components/popconfirm/demo/async.tsx extend context correctly 1`] = `
|
2021-12-23 11:51:10 +08:00
|
|
|
|
Array [
|
2023-03-02 22:09:02 +08:00
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Open Popconfirm with async logic
|
|
|
|
|
</span>
|
|
|
|
|
</button>,
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-top"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute; bottom: 0px; left: 0px;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-content"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-inner-content"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-message"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
class="ant-popconfirm-message-icon"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-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>
|
|
|
|
|
</span>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
|
|
|
|
>
|
|
|
|
|
Title
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
|
|
|
|
Open Popconfirm with async logic
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-buttons"
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Cancel
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
OK
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>,
|
|
|
|
|
]
|
|
|
|
|
`;
|
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
|
exports[`renders components/popconfirm/demo/basic.tsx extend context correctly 1`] = `
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Array [
|
2023-03-02 22:09:02 +08:00
|
|
|
|
<a
|
|
|
|
|
href="#"
|
|
|
|
|
>
|
|
|
|
|
Delete
|
|
|
|
|
</a>,
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-top"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute; bottom: 0px; left: 0px;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-inner-content"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-message"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
class="ant-popconfirm-message-icon"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-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>
|
|
|
|
|
</span>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
|
|
|
|
>
|
|
|
|
|
Delete the task
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
|
|
|
|
Are you sure to delete this task?
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-buttons"
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
No
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Yes
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>,
|
|
|
|
|
]
|
|
|
|
|
`;
|
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
|
exports[`renders components/popconfirm/demo/dynamic-trigger.tsx extend context correctly 1`] = `
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div>
|
2023-03-02 22:09:02 +08:00
|
|
|
|
<a
|
|
|
|
|
href="#"
|
|
|
|
|
>
|
|
|
|
|
Delete a task
|
|
|
|
|
</a>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-top"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute; bottom: 0px; left: 0px;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-content"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
|
|
|
|
>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span
|
|
|
|
|
class="ant-popconfirm-message-icon"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
<span
|
2023-02-15 10:21:28 +08:00
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
|
|
|
|
role="img"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
data-icon="exclamation-circle"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height="1em"
|
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
|
width="1em"
|
2022-09-07 13:28:35 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<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>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
</span>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</span>
|
2022-12-08 16:39:42 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
2022-12-08 16:39:42 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Delete the task
|
2022-12-08 16:39:42 +08:00
|
|
|
|
</div>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
|
|
|
|
Are you sure to delete this task?
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-buttons"
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span>
|
|
|
|
|
No
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Yes
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
Whether directly execute:
|
|
|
|
|
<button
|
|
|
|
|
aria-checked="true"
|
|
|
|
|
class="ant-switch ant-switch-checked"
|
|
|
|
|
role="switch"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-switch-handle"
|
|
|
|
|
/>
|
|
|
|
|
<span
|
|
|
|
|
class="ant-switch-inner"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
class="ant-switch-inner-checked"
|
|
|
|
|
/>
|
|
|
|
|
<span
|
|
|
|
|
class="ant-switch-inner-unchecked"
|
|
|
|
|
/>
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
`;
|
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
|
exports[`renders components/popconfirm/demo/icon.tsx extend context correctly 1`] = `
|
2021-12-23 11:51:10 +08:00
|
|
|
|
Array [
|
2023-03-02 22:09:02 +08:00
|
|
|
|
<a
|
|
|
|
|
href="#"
|
|
|
|
|
>
|
|
|
|
|
Delete
|
|
|
|
|
</a>,
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-top"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute; bottom: 0px; left: 0px;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-content"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-inner-content"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-message"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
class="ant-popconfirm-message-icon"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
aria-label="question-circle"
|
|
|
|
|
class="anticon anticon-question-circle"
|
|
|
|
|
role="img"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="color: red;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
>
|
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
data-icon="question-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 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
|
|
|
|
|
/>
|
|
|
|
|
<path
|
|
|
|
|
d="M623.6 316.7C593.6 290.4 554 276 512 276s-81.6 14.5-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56.1 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.1 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0130.9-44.8c59-22.7 97.1-74.7 97.1-132.5.1-39.3-17.1-76-48.3-103.3zM472 732a40 40 0 1080 0 40 40 0 10-80 0z"
|
|
|
|
|
/>
|
|
|
|
|
</svg>
|
|
|
|
|
</span>
|
|
|
|
|
</span>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
|
|
|
|
>
|
|
|
|
|
Delete the task
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
|
|
|
|
Are you sure to delete this task?
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-buttons"
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Cancel
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
OK
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>,
|
|
|
|
|
]
|
|
|
|
|
`;
|
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
|
exports[`renders components/popconfirm/demo/locale.tsx extend context correctly 1`] = `
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Array [
|
2023-03-02 22:09:02 +08:00
|
|
|
|
<a
|
|
|
|
|
href="#"
|
|
|
|
|
>
|
|
|
|
|
Delete
|
|
|
|
|
</a>,
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-top"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute; bottom: 0px; left: 0px;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span
|
|
|
|
|
class="ant-popconfirm-message-icon"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
<span
|
2023-02-15 10:21:28 +08:00
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
|
|
|
|
role="img"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
data-icon="exclamation-circle"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height="1em"
|
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
|
width="1em"
|
2022-09-07 13:28:35 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<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>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
</span>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</span>
|
2022-12-08 16:39:42 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
2022-12-08 16:39:42 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Delete the task
|
2022-12-08 16:39:42 +08:00
|
|
|
|
</div>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
|
|
|
|
Are you sure to delete this task?
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-buttons"
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span>
|
|
|
|
|
No
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Yes
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>,
|
|
|
|
|
]
|
|
|
|
|
`;
|
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
|
exports[`renders components/popconfirm/demo/placement.tsx extend context correctly 1`] = `
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Array [
|
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="margin-left: 70px; white-space: nowrap;"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-03-02 22:09:02 +08:00
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
TL
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-topLeft"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-content"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
|
|
|
|
>
|
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-message"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
<span
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popconfirm-message-icon"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<span
|
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
|
|
|
|
role="img"
|
2022-09-07 13:28:35 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<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>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
</span>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
2022-12-08 16:39:42 +08:00
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
2022-12-06 23:14:30 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Are you sure to delete this task?
|
2022-12-06 23:14:30 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-12-08 16:39:42 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Delete the task
|
2022-12-08 16:39:42 +08:00
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popconfirm-buttons"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
No
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Yes
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
|
type="button"
|
2022-10-14 12:11:43 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span>
|
2023-03-02 22:09:02 +08:00
|
|
|
|
Top
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-top"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute; bottom: 0px; left: 0px;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-content"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
|
|
|
|
>
|
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-message"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
<span
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popconfirm-message-icon"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<span
|
2023-02-15 10:21:28 +08:00
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
2022-12-06 23:14:30 +08:00
|
|
|
|
role="img"
|
2022-09-07 13:28:35 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
data-icon="exclamation-circle"
|
2022-12-06 23:14:30 +08:00
|
|
|
|
fill="currentColor"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height="1em"
|
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
|
width="1em"
|
|
|
|
|
>
|
|
|
|
|
<path
|
2023-02-15 10:21:28 +08:00
|
|
|
|
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"
|
2022-12-06 23:14:30 +08:00
|
|
|
|
/>
|
|
|
|
|
</svg>
|
|
|
|
|
</span>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
</span>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
2022-12-08 16:39:42 +08:00
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
2022-12-06 23:14:30 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Are you sure to delete this task?
|
2022-12-06 23:14:30 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-12-08 16:39:42 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Delete the task
|
2022-12-08 16:39:42 +08:00
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popconfirm-buttons"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
No
|
2022-12-06 23:14:30 +08:00
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Yes
|
2022-12-06 23:14:30 +08:00
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
2023-03-02 22:09:02 +08:00
|
|
|
|
TR
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-topRight"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-content"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
|
|
|
|
>
|
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-message"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
<span
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popconfirm-message-icon"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<span
|
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
|
|
|
|
role="img"
|
2022-09-07 13:28:35 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<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>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
</span>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
2022-12-08 16:39:42 +08:00
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
2022-12-06 23:14:30 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Are you sure to delete this task?
|
2022-12-06 23:14:30 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-12-08 16:39:42 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Delete the task
|
2022-12-08 16:39:42 +08:00
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popconfirm-buttons"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
2022-12-08 16:39:42 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span>
|
|
|
|
|
No
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span>
|
|
|
|
|
Yes
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-03-02 22:09:02 +08:00
|
|
|
|
</div>,
|
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="width: 70px; float: left;"
|
2023-03-02 22:09:02 +08:00
|
|
|
|
>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
2023-03-02 22:09:02 +08:00
|
|
|
|
LT
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-leftTop"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span
|
|
|
|
|
class="ant-popconfirm-message-icon"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
<span
|
2023-02-15 10:21:28 +08:00
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
|
|
|
|
role="img"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
data-icon="exclamation-circle"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height="1em"
|
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
|
width="1em"
|
2022-09-07 13:28:35 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<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>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
</span>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</span>
|
2022-12-08 16:39:42 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
2022-12-08 16:39:42 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Are you sure to delete this task?
|
2022-12-08 16:39:42 +08:00
|
|
|
|
</div>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
|
|
|
|
Delete the task
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-buttons"
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span>
|
|
|
|
|
No
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Yes
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
2023-03-02 22:09:02 +08:00
|
|
|
|
Left
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-left"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute; top: 0px; right: 0px;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span
|
|
|
|
|
class="ant-popconfirm-message-icon"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
<span
|
2023-02-15 10:21:28 +08:00
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
|
|
|
|
role="img"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
data-icon="exclamation-circle"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height="1em"
|
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
|
width="1em"
|
2022-09-07 13:28:35 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<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>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
</span>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</span>
|
2022-12-08 16:39:42 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
2022-12-08 16:39:42 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Are you sure to delete this task?
|
2022-12-08 16:39:42 +08:00
|
|
|
|
</div>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
|
|
|
|
Delete the task
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-buttons"
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span>
|
|
|
|
|
No
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Yes
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
2023-03-02 22:09:02 +08:00
|
|
|
|
LB
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-leftBottom"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span
|
|
|
|
|
class="ant-popconfirm-message-icon"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
<span
|
2023-02-15 10:21:28 +08:00
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
|
|
|
|
role="img"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
data-icon="exclamation-circle"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height="1em"
|
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
|
width="1em"
|
2022-09-07 13:28:35 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<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>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
</span>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</span>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Are you sure to delete this task?
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-description"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Delete the task
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-buttons"
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span>
|
|
|
|
|
No
|
2022-09-07 13:28:35 +08:00
|
|
|
|
</span>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span>
|
|
|
|
|
Yes
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-03-02 22:09:02 +08:00
|
|
|
|
</div>,
|
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="width: 70px; margin-left: 304px;"
|
2023-03-02 22:09:02 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
2023-03-02 22:09:02 +08:00
|
|
|
|
RT
|
2022-12-06 23:14:30 +08:00
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-rightTop"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-content"
|
2022-12-06 23:14:30 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
2022-12-06 23:14:30 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2022-12-06 23:14:30 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2022-12-06 23:14:30 +08:00
|
|
|
|
>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span
|
|
|
|
|
class="ant-popconfirm-message-icon"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<span
|
2023-02-15 10:21:28 +08:00
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
|
|
|
|
role="img"
|
2022-12-06 23:14:30 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
data-icon="exclamation-circle"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height="1em"
|
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
|
width="1em"
|
2022-12-06 23:14:30 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<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>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</span>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</span>
|
2022-12-08 16:39:42 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
2022-12-08 16:39:42 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Are you sure to delete this task?
|
2022-12-08 16:39:42 +08:00
|
|
|
|
</div>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
|
|
|
|
Delete the task
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-buttons"
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span>
|
|
|
|
|
No
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Yes
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
2023-03-02 22:09:02 +08:00
|
|
|
|
Right
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-right"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute; top: 0px; left: 0px;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span
|
|
|
|
|
class="ant-popconfirm-message-icon"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
<span
|
2023-02-15 10:21:28 +08:00
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
|
|
|
|
role="img"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
data-icon="exclamation-circle"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height="1em"
|
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
|
width="1em"
|
2022-09-07 13:28:35 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<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>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
</span>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</span>
|
2022-12-08 16:39:42 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
2022-12-08 16:39:42 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Are you sure to delete this task?
|
2022-12-08 16:39:42 +08:00
|
|
|
|
</div>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
|
|
|
|
Delete the task
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-buttons"
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span>
|
|
|
|
|
No
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Yes
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
2023-03-02 22:09:02 +08:00
|
|
|
|
RB
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-rightBottom"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span
|
|
|
|
|
class="ant-popconfirm-message-icon"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
<span
|
2023-02-15 10:21:28 +08:00
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
|
|
|
|
role="img"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
data-icon="exclamation-circle"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height="1em"
|
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
|
width="1em"
|
2022-09-07 13:28:35 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<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>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
</span>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</span>
|
2022-12-08 16:39:42 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
2022-12-08 16:39:42 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Are you sure to delete this task?
|
2022-12-08 16:39:42 +08:00
|
|
|
|
</div>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
|
|
|
|
Delete the task
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-buttons"
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span>
|
|
|
|
|
No
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Yes
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-03-02 22:09:02 +08:00
|
|
|
|
</div>,
|
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="margin-left: 70px; clear: both; white-space: nowrap;"
|
2023-03-02 22:09:02 +08:00
|
|
|
|
>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
2023-03-02 22:09:02 +08:00
|
|
|
|
BL
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-bottomLeft"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span
|
|
|
|
|
class="ant-popconfirm-message-icon"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
<span
|
2023-02-15 10:21:28 +08:00
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
|
|
|
|
role="img"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
data-icon="exclamation-circle"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height="1em"
|
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
|
width="1em"
|
2022-09-07 13:28:35 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<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>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
</span>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</span>
|
2022-12-08 16:39:42 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
2022-12-08 16:39:42 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Are you sure to delete this task?
|
2022-12-08 16:39:42 +08:00
|
|
|
|
</div>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
|
|
|
|
Delete the task
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-buttons"
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
No
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span>
|
|
|
|
|
Yes
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
2023-03-02 22:09:02 +08:00
|
|
|
|
Bottom
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-bottom"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute; top: 0px; left: 0px;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span
|
|
|
|
|
class="ant-popconfirm-message-icon"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
<span
|
2023-02-15 10:21:28 +08:00
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
|
|
|
|
role="img"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<svg
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
data-icon="exclamation-circle"
|
|
|
|
|
fill="currentColor"
|
|
|
|
|
focusable="false"
|
|
|
|
|
height="1em"
|
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
|
width="1em"
|
2022-09-07 13:28:35 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<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>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
</span>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</span>
|
2022-12-08 16:39:42 +08:00
|
|
|
|
<div
|
2023-02-15 10:21:28 +08:00
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
2022-12-08 16:39:42 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Are you sure to delete this task?
|
2022-12-08 16:39:42 +08:00
|
|
|
|
</div>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
|
|
|
|
Delete the task
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-buttons"
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<span>
|
|
|
|
|
No
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Yes
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
2023-03-02 22:09:02 +08:00
|
|
|
|
BR
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-bottomRight"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2022-05-23 20:34:20 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2022-05-23 20:34:20 +08:00
|
|
|
|
class="ant-popconfirm-message"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<span
|
2022-10-11 21:33:29 +08:00
|
|
|
|
class="ant-popconfirm-message-icon"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
<span
|
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
|
|
|
|
role="img"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
<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>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</span>
|
|
|
|
|
<div
|
2022-12-08 16:39:42 +08:00
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Are you sure to delete this task?
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-12-08 16:39:42 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Delete the task
|
2022-12-08 16:39:42 +08:00
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2022-05-23 20:34:20 +08:00
|
|
|
|
class="ant-popconfirm-buttons"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
No
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Yes
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
</div>,
|
|
|
|
|
]
|
|
|
|
|
`;
|
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
|
exports[`renders components/popconfirm/demo/promise.tsx extend context correctly 1`] = `
|
2023-02-15 10:21:28 +08:00
|
|
|
|
Array [
|
2023-03-02 22:09:02 +08:00
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Open Popconfirm with Promise
|
|
|
|
|
</span>
|
|
|
|
|
</button>,
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
2023-03-15 00:08:31 +08:00
|
|
|
|
class="ant-popover ant-zoom-big-appear ant-zoom-big-appear-prepare ant-zoom-big ant-popconfirm ant-popover-placement-top"
|
|
|
|
|
style="left: -1000vw; top: -1000vh; box-sizing: border-box;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="position: absolute; bottom: 0px; left: 0px;"
|
2023-02-15 10:21:28 +08:00
|
|
|
|
/>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-content"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-inner-content"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-message"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
class="ant-popconfirm-message-icon"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-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>
|
|
|
|
|
</span>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
|
|
|
|
>
|
|
|
|
|
Title
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
|
|
|
|
Open Popconfirm with Promise
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-buttons"
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Cancel
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
OK
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
</div>,
|
|
|
|
|
]
|
2021-12-23 11:51:10 +08:00
|
|
|
|
`;
|
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
|
exports[`renders components/popconfirm/demo/render-panel.tsx extend context correctly 1`] = `
|
2021-12-23 11:51:10 +08:00
|
|
|
|
Array [
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover ant-popover-pure ant-popover-placement-top ant-popconfirm"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-inner-content"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-message"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
class="ant-popconfirm-message-icon"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-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>
|
|
|
|
|
</span>
|
|
|
|
|
<div
|
2022-12-08 16:39:42 +08:00
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
2022-12-06 23:14:30 +08:00
|
|
|
|
>
|
|
|
|
|
Are you OK?
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-12-08 16:39:42 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
|
|
|
|
Does this look good?
|
|
|
|
|
</div>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-buttons"
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Cancel
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
OK
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>,
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover ant-popover-pure ant-popover-placement-bottomRight ant-popconfirm"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="width: 250px;"
|
2022-12-06 23:14:30 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
|
/>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-content"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="width: 250px;"
|
2022-12-06 23:14:30 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
|
|
|
|
>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2022-05-23 20:34:20 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2022-05-23 20:34:20 +08:00
|
|
|
|
class="ant-popconfirm-message"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<span
|
2022-10-11 21:33:29 +08:00
|
|
|
|
class="ant-popconfirm-message-icon"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
<span
|
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
|
|
|
|
role="img"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-09-07 13:28:35 +08:00
|
|
|
|
<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>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</span>
|
|
|
|
|
<div
|
2022-12-08 16:39:42 +08:00
|
|
|
|
class="ant-popconfirm-message-title ant-popconfirm-message-title-only"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
Are you OK?
|
2021-12-23 11:51:10 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-12-08 16:39:42 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-description"
|
|
|
|
|
>
|
|
|
|
|
Does this look good?
|
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
|
<div
|
2022-05-23 20:34:20 +08:00
|
|
|
|
class="ant-popconfirm-buttons"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
>
|
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
2021-12-23 11:51:10 +08:00
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Cancel
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
OK
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>,
|
|
|
|
|
]
|
|
|
|
|
`;
|
2022-07-15 15:28:09 +08:00
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
|
exports[`renders components/popconfirm/demo/wireframe.tsx extend context correctly 1`] = `
|
2022-07-15 15:28:09 +08:00
|
|
|
|
Array [
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover ant-popover-pure ant-popover-placement-top ant-popconfirm"
|
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
|
/>
|
2022-07-15 15:28:09 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-content"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
|
|
|
|
>
|
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2022-07-15 15:28:09 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2022-07-15 15:28:09 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-message"
|
2022-07-15 15:28:09 +08:00
|
|
|
|
>
|
2022-10-11 21:33:29 +08:00
|
|
|
|
<span
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popconfirm-message-icon"
|
2022-07-15 15:28:09 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<span
|
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
|
|
|
|
role="img"
|
2022-10-11 21:33:29 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<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>
|
2022-10-11 21:33:29 +08:00
|
|
|
|
</span>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-message-title"
|
|
|
|
|
>
|
|
|
|
|
Are you OK?
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-07-15 15:28:09 +08:00
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popconfirm-buttons"
|
2022-07-15 15:28:09 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Cancel
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
OK
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2022-07-15 15:28:09 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>,
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover ant-popover-pure ant-popover-placement-bottomRight ant-popconfirm"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="width: 250px;"
|
2022-07-15 15:28:09 +08:00
|
|
|
|
>
|
2023-02-15 10:21:28 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
|
/>
|
2022-07-15 15:28:09 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-content"
|
2023-03-15 00:08:31 +08:00
|
|
|
|
style="width: 250px;"
|
2022-07-15 15:28:09 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="ant-popover-inner"
|
|
|
|
|
role="tooltip"
|
|
|
|
|
>
|
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popover-inner-content"
|
2022-07-15 15:28:09 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popconfirm-inner-content"
|
2022-07-15 15:28:09 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-message"
|
2022-07-15 15:28:09 +08:00
|
|
|
|
>
|
2022-10-11 21:33:29 +08:00
|
|
|
|
<span
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popconfirm-message-icon"
|
2022-07-15 15:28:09 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<span
|
|
|
|
|
aria-label="exclamation-circle"
|
|
|
|
|
class="anticon anticon-exclamation-circle"
|
|
|
|
|
role="img"
|
2022-10-11 21:33:29 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<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>
|
2022-10-11 21:33:29 +08:00
|
|
|
|
</span>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<div
|
|
|
|
|
class="ant-popconfirm-message-title"
|
|
|
|
|
>
|
|
|
|
|
Are you OK?
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-07-15 15:28:09 +08:00
|
|
|
|
<div
|
2022-12-06 23:14:30 +08:00
|
|
|
|
class="ant-popconfirm-buttons"
|
2022-07-15 15:28:09 +08:00
|
|
|
|
>
|
2022-12-06 23:14:30 +08:00
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-default ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
Cancel
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
|
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm"
|
|
|
|
|
type="button"
|
|
|
|
|
>
|
|
|
|
|
<span>
|
|
|
|
|
OK
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
2022-07-15 15:28:09 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>,
|
|
|
|
|
]
|
|
|
|
|
`;
|