2018-12-13 22:03:12 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`renders ./components/drawer/demo/basic-right.md correctly 1`] = `
|
2020-05-10 17:15:41 +08:00
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Open
|
|
|
|
</span>
|
|
|
|
</button>
|
2018-12-13 22:03:12 +08:00
|
|
|
`;
|
|
|
|
|
2020-06-04 23:12:37 +08:00
|
|
|
exports[`renders ./components/drawer/demo/config-provider.md correctly 1`] = `
|
|
|
|
<div
|
|
|
|
class="site-drawer-render-in-current-wrapper"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Open
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2021-06-11 08:39:17 +08:00
|
|
|
exports[`renders ./components/drawer/demo/extra.md correctly 1`] = `
|
|
|
|
<div
|
|
|
|
class="ant-space ant-space-horizontal ant-space-align-center"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-space-item"
|
2022-10-08 16:17:20 +08:00
|
|
|
style="margin-right:8px"
|
2021-06-11 08:39:17 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-radio-group ant-radio-group-outline"
|
|
|
|
>
|
|
|
|
<label
|
|
|
|
class="ant-radio-wrapper"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-radio"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="ant-radio-input"
|
|
|
|
type="radio"
|
|
|
|
value="top"
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-radio-inner"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
<span>
|
|
|
|
top
|
|
|
|
</span>
|
|
|
|
</label>
|
|
|
|
<label
|
|
|
|
class="ant-radio-wrapper ant-radio-wrapper-checked"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-radio ant-radio-checked"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
checked=""
|
|
|
|
class="ant-radio-input"
|
|
|
|
type="radio"
|
|
|
|
value="right"
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-radio-inner"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
<span>
|
|
|
|
right
|
|
|
|
</span>
|
|
|
|
</label>
|
|
|
|
<label
|
|
|
|
class="ant-radio-wrapper"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-radio"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="ant-radio-input"
|
|
|
|
type="radio"
|
|
|
|
value="bottom"
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-radio-inner"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
<span>
|
|
|
|
bottom
|
|
|
|
</span>
|
|
|
|
</label>
|
|
|
|
<label
|
|
|
|
class="ant-radio-wrapper"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-radio"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="ant-radio-input"
|
|
|
|
type="radio"
|
|
|
|
value="left"
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-radio-inner"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
<span>
|
|
|
|
left
|
|
|
|
</span>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-space-item"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Open
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2018-12-13 22:03:12 +08:00
|
|
|
exports[`renders ./components/drawer/demo/form-in-drawer.md correctly 1`] = `
|
2020-05-10 17:15:41 +08:00
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
aria-label="plus"
|
|
|
|
class="anticon anticon-plus"
|
|
|
|
role="img"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
data-icon="plus"
|
|
|
|
fill="currentColor"
|
|
|
|
focusable="false"
|
|
|
|
height="1em"
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
width="1em"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
2022-09-09 15:51:35 +08:00
|
|
|
<defs>
|
|
|
|
<style />
|
|
|
|
</defs>
|
2020-05-10 17:15:41 +08:00
|
|
|
<path
|
|
|
|
d="M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z"
|
|
|
|
/>
|
|
|
|
<path
|
|
|
|
d="M176 474h672q8 0 8 8v60q0 8-8 8H176q-8 0-8-8v-60q0-8 8-8z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</span>
|
|
|
|
<span>
|
2021-06-11 08:39:17 +08:00
|
|
|
New account
|
2020-05-10 17:15:41 +08:00
|
|
|
</span>
|
|
|
|
</button>
|
2018-12-13 22:03:12 +08:00
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`renders ./components/drawer/demo/multi-level-drawer.md correctly 1`] = `
|
2020-05-10 17:15:41 +08:00
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Open drawer
|
|
|
|
</span>
|
|
|
|
</button>
|
2018-12-13 22:03:12 +08:00
|
|
|
`;
|
|
|
|
|
2020-05-19 18:11:21 +08:00
|
|
|
exports[`renders ./components/drawer/demo/no-mask.md correctly 1`] = `
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Open
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
`;
|
|
|
|
|
2018-12-13 22:03:12 +08:00
|
|
|
exports[`renders ./components/drawer/demo/placement.md correctly 1`] = `
|
2020-05-10 17:15:41 +08:00
|
|
|
<div
|
|
|
|
class="ant-space ant-space-horizontal ant-space-align-center"
|
|
|
|
>
|
2018-12-13 22:03:12 +08:00
|
|
|
<div
|
2020-05-10 17:15:41 +08:00
|
|
|
class="ant-space-item"
|
2022-10-08 16:17:20 +08:00
|
|
|
style="margin-right:8px"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
2020-04-29 16:21:56 +08:00
|
|
|
<div
|
2020-05-10 17:15:41 +08:00
|
|
|
class="ant-radio-group ant-radio-group-outline"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
<label
|
|
|
|
class="ant-radio-wrapper"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
<span
|
|
|
|
class="ant-radio"
|
2020-04-29 16:21:56 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
<input
|
|
|
|
class="ant-radio-input"
|
|
|
|
type="radio"
|
|
|
|
value="top"
|
|
|
|
/>
|
2020-04-29 16:21:56 +08:00
|
|
|
<span
|
2020-05-10 17:15:41 +08:00
|
|
|
class="ant-radio-inner"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
<span>
|
|
|
|
top
|
|
|
|
</span>
|
|
|
|
</label>
|
|
|
|
<label
|
|
|
|
class="ant-radio-wrapper"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-radio"
|
2020-04-29 16:21:56 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
<input
|
|
|
|
class="ant-radio-input"
|
|
|
|
type="radio"
|
|
|
|
value="right"
|
|
|
|
/>
|
2020-04-29 16:21:56 +08:00
|
|
|
<span
|
2020-05-10 17:15:41 +08:00
|
|
|
class="ant-radio-inner"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
<span>
|
|
|
|
right
|
|
|
|
</span>
|
|
|
|
</label>
|
|
|
|
<label
|
|
|
|
class="ant-radio-wrapper"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-radio"
|
2020-04-29 16:21:56 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
<input
|
|
|
|
class="ant-radio-input"
|
|
|
|
type="radio"
|
|
|
|
value="bottom"
|
|
|
|
/>
|
2020-04-29 16:21:56 +08:00
|
|
|
<span
|
2020-05-10 17:15:41 +08:00
|
|
|
class="ant-radio-inner"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
<span>
|
|
|
|
bottom
|
|
|
|
</span>
|
|
|
|
</label>
|
|
|
|
<label
|
|
|
|
class="ant-radio-wrapper ant-radio-wrapper-checked"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-radio ant-radio-checked"
|
2020-04-29 16:21:56 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
<input
|
|
|
|
checked=""
|
|
|
|
class="ant-radio-input"
|
|
|
|
type="radio"
|
|
|
|
value="left"
|
|
|
|
/>
|
2020-04-29 16:21:56 +08:00
|
|
|
<span
|
2020-05-10 17:15:41 +08:00
|
|
|
class="ant-radio-inner"
|
|
|
|
/>
|
|
|
|
</span>
|
2020-04-29 16:21:56 +08:00
|
|
|
<span>
|
2020-05-10 17:15:41 +08:00
|
|
|
left
|
2020-04-29 16:21:56 +08:00
|
|
|
</span>
|
2020-05-10 17:15:41 +08:00
|
|
|
</label>
|
2020-04-29 16:21:56 +08:00
|
|
|
</div>
|
2018-12-13 22:03:12 +08:00
|
|
|
</div>
|
2020-05-10 17:15:41 +08:00
|
|
|
<div
|
|
|
|
class="ant-space-item"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Open
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
2018-12-13 22:03:12 +08:00
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2019-08-10 14:02:51 +08:00
|
|
|
exports[`renders ./components/drawer/demo/render-in-current.md correctly 1`] = `
|
|
|
|
<div
|
2019-12-26 15:15:46 +08:00
|
|
|
class="site-drawer-render-in-current-wrapper"
|
2019-08-10 14:02:51 +08:00
|
|
|
>
|
|
|
|
Render in this
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
style="margin-top:16px"
|
2019-08-10 14:02:51 +08:00
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Open
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
2022-09-29 00:05:37 +08:00
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2022-10-11 21:33:29 +08:00
|
|
|
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"
|
|
|
|
>
|
|
|
|
<div
|
2022-10-11 20:59:40 +08:00
|
|
|
class="ant-drawer ant-drawer-pure ant-drawer-right"
|
|
|
|
style="height: 300px;"
|
2022-10-11 21:33:29 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-10-11 20:59:40 +08:00
|
|
|
class="ant-drawer-wrapper-body"
|
2022-10-11 21:33:29 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-10-11 20:59:40 +08:00
|
|
|
class="ant-drawer-header"
|
2022-10-11 21:33:29 +08:00
|
|
|
>
|
2022-10-11 20:59:40 +08:00
|
|
|
<div
|
|
|
|
class="ant-drawer-header-title"
|
2022-10-11 21:33:29 +08:00
|
|
|
>
|
2022-10-11 20:59:40 +08:00
|
|
|
<button
|
|
|
|
aria-label="Close"
|
|
|
|
class="ant-drawer-close"
|
|
|
|
type="button"
|
2022-10-11 21:33:29 +08:00
|
|
|
>
|
2022-10-11 20:59:40 +08:00
|
|
|
<span
|
|
|
|
aria-label="close"
|
|
|
|
class="anticon anticon-close"
|
|
|
|
role="img"
|
2022-10-11 21:33:29 +08:00
|
|
|
>
|
2022-10-11 20:59:40 +08:00
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
data-icon="close"
|
|
|
|
fill="currentColor"
|
|
|
|
focusable="false"
|
|
|
|
height="1em"
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
width="1em"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 00203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-title"
|
|
|
|
>
|
|
|
|
Hello Title
|
|
|
|
</div>
|
2022-10-11 21:33:29 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2022-10-11 20:59:40 +08:00
|
|
|
<div
|
|
|
|
class="ant-drawer-body"
|
|
|
|
>
|
|
|
|
Hello Content
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-drawer-footer"
|
|
|
|
>
|
|
|
|
Footer!
|
|
|
|
</div>
|
2022-10-11 21:33:29 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2022-09-29 00:05:37 +08:00
|
|
|
exports[`renders ./components/drawer/demo/scroll-debug.md correctly 1`] = `
|
|
|
|
<div
|
2022-10-11 14:54:30 +08:00
|
|
|
style="position:relative;z-index:999999"
|
2022-09-29 00:05:37 +08:00
|
|
|
>
|
2019-08-10 14:02:51 +08:00
|
|
|
<div
|
2022-09-29 00:05:37 +08:00
|
|
|
class="ant-space ant-space-horizontal ant-space-align-center"
|
2019-08-10 14:02:51 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-09-29 00:05:37 +08:00
|
|
|
class="ant-space-item"
|
2022-10-11 14:54:30 +08:00
|
|
|
style="margin-right:8px"
|
2022-09-29 00:05:37 +08:00
|
|
|
>
|
|
|
|
<button
|
|
|
|
aria-checked="false"
|
|
|
|
class="ant-switch"
|
|
|
|
role="switch"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-switch-handle"
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-switch-inner"
|
|
|
|
>
|
|
|
|
Drawer
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
2022-07-25 21:04:43 +08:00
|
|
|
<div
|
2022-09-29 00:05:37 +08:00
|
|
|
class="ant-space-item"
|
2022-10-11 14:54:30 +08:00
|
|
|
style="margin-right:8px"
|
2022-09-29 00:05:37 +08:00
|
|
|
>
|
|
|
|
<button
|
|
|
|
aria-checked="false"
|
|
|
|
class="ant-switch"
|
|
|
|
role="switch"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-switch-handle"
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-switch-inner"
|
|
|
|
>
|
|
|
|
Drawer2
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-space-item"
|
2022-10-11 14:54:30 +08:00
|
|
|
style="margin-right:8px"
|
2022-09-29 00:05:37 +08:00
|
|
|
>
|
|
|
|
<button
|
|
|
|
aria-checked="false"
|
|
|
|
class="ant-switch"
|
|
|
|
role="switch"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-switch-handle"
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-switch-inner"
|
|
|
|
>
|
|
|
|
Modal
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-space-item"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
aria-checked="false"
|
|
|
|
class="ant-switch"
|
|
|
|
role="switch"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-switch-handle"
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-switch-inner"
|
|
|
|
>
|
|
|
|
Modal2
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
2019-08-10 14:02:51 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2021-06-11 08:39:17 +08:00
|
|
|
exports[`renders ./components/drawer/demo/size.md correctly 1`] = `
|
|
|
|
<div
|
|
|
|
class="ant-space ant-space-horizontal ant-space-align-center"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-space-item"
|
2022-10-08 16:17:20 +08:00
|
|
|
style="margin-right:8px"
|
2021-06-11 08:39:17 +08:00
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Open Default Size (378px)
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-space-item"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Open Large Size (736px)
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2018-12-13 22:03:12 +08:00
|
|
|
exports[`renders ./components/drawer/demo/user-profile.md correctly 1`] = `
|
2020-05-10 17:15:41 +08:00
|
|
|
<div
|
|
|
|
class="ant-list ant-list-split ant-list-bordered"
|
|
|
|
>
|
2018-12-13 22:03:12 +08:00
|
|
|
<div
|
2020-05-10 17:15:41 +08:00
|
|
|
class="ant-spin-nested-loading"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-05-10 17:15:41 +08:00
|
|
|
class="ant-spin-container"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
<ul
|
|
|
|
class="ant-list-items"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
<li
|
|
|
|
class="ant-list-item"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
<div
|
|
|
|
class="ant-list-item-meta"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-05-10 17:15:41 +08:00
|
|
|
class="ant-list-item-meta-avatar"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
<span
|
|
|
|
class="ant-avatar ant-avatar-circle ant-avatar-image"
|
|
|
|
>
|
|
|
|
<img
|
|
|
|
src="https://gw.alipayobjects.com/zos/rmsportal/BiazfanxmamNRoxxVxka.png"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-list-item-meta-content"
|
|
|
|
>
|
|
|
|
<h4
|
|
|
|
class="ant-list-item-meta-title"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
<a
|
|
|
|
href="https://ant.design/index-cn"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
Lily
|
|
|
|
</a>
|
|
|
|
</h4>
|
2018-12-13 22:03:12 +08:00
|
|
|
<div
|
2020-05-10 17:15:41 +08:00
|
|
|
class="ant-list-item-meta-description"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
Progresser XTech
|
2018-12-13 22:03:12 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-05-10 17:15:41 +08:00
|
|
|
</div>
|
|
|
|
<ul
|
|
|
|
class="ant-list-item-action"
|
|
|
|
>
|
|
|
|
<li>
|
|
|
|
<a>
|
|
|
|
View Profile
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li
|
|
|
|
class="ant-list-item"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-list-item-meta"
|
2019-05-06 12:04:39 +08:00
|
|
|
>
|
2018-12-13 22:03:12 +08:00
|
|
|
<div
|
2020-05-10 17:15:41 +08:00
|
|
|
class="ant-list-item-meta-avatar"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
<span
|
|
|
|
class="ant-avatar ant-avatar-circle ant-avatar-image"
|
|
|
|
>
|
|
|
|
<img
|
|
|
|
src="https://gw.alipayobjects.com/zos/rmsportal/BiazfanxmamNRoxxVxka.png"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-list-item-meta-content"
|
|
|
|
>
|
|
|
|
<h4
|
|
|
|
class="ant-list-item-meta-title"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
<a
|
|
|
|
href="https://ant.design/index-cn"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
Lily
|
|
|
|
</a>
|
|
|
|
</h4>
|
2018-12-13 22:03:12 +08:00
|
|
|
<div
|
2020-05-10 17:15:41 +08:00
|
|
|
class="ant-list-item-meta-description"
|
2018-12-13 22:03:12 +08:00
|
|
|
>
|
2020-05-10 17:15:41 +08:00
|
|
|
Progresser XTech
|
2018-12-13 22:03:12 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-05-10 17:15:41 +08:00
|
|
|
</div>
|
|
|
|
<ul
|
|
|
|
class="ant-list-item-action"
|
|
|
|
>
|
|
|
|
<li>
|
|
|
|
<a>
|
|
|
|
View Profile
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
2018-12-13 22:03:12 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|