mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-16 01:41:02 +08:00
250c7a9c68
This reverts commit 9d2c91598b
.
36 lines
810 B
Plaintext
36 lines
810 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Table.rowSelection render with default selection correctly 1`] = `
|
|
<div>
|
|
<div
|
|
class="ant-dropdown ant-dropdown-placement-bottomLeft ant-dropdown-hidden"
|
|
>
|
|
<ul
|
|
aria-activedescendant=""
|
|
class="ant-dropdown-menu ant-dropdown-menu-vertical ant-table-selection-menu ant-dropdown-menu-light ant-dropdown-menu-root"
|
|
role="menu"
|
|
tabindex="0"
|
|
>
|
|
<li
|
|
aria-selected="false"
|
|
class="ant-dropdown-menu-item"
|
|
role="menuitem"
|
|
>
|
|
<div>
|
|
全选当页
|
|
</div>
|
|
</li>
|
|
<li
|
|
aria-selected="false"
|
|
class="ant-dropdown-menu-item"
|
|
role="menuitem"
|
|
>
|
|
<div>
|
|
反选当页
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
`;
|