mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
fix snap, seems to be a jsdom bugfix
This commit is contained in:
parent
2fb0fb08d9
commit
79f222b86c
@ -1,25 +1,28 @@
|
||||
exports[`Table.sorter renders sorter icon correctly 1`] = `
|
||||
<tr>
|
||||
<th
|
||||
class="">
|
||||
<span>
|
||||
Name
|
||||
<div
|
||||
class="ant-table-column-sorter">
|
||||
<span
|
||||
class="ant-table-column-sorter-up off"
|
||||
title="↑">
|
||||
<i
|
||||
class="anticon anticon-caret-up" />
|
||||
</span>
|
||||
<span
|
||||
class="ant-table-column-sorter-down off"
|
||||
title="↓">
|
||||
<i
|
||||
class="anticon anticon-caret-down" />
|
||||
</span>
|
||||
</div>
|
||||
</span>
|
||||
</th>
|
||||
</tr>
|
||||
<thead
|
||||
class="ant-table-thead">
|
||||
<tr>
|
||||
<th
|
||||
class="">
|
||||
<span>
|
||||
Name
|
||||
<div
|
||||
class="ant-table-column-sorter">
|
||||
<span
|
||||
class="ant-table-column-sorter-up off"
|
||||
title="↑">
|
||||
<i
|
||||
class="anticon anticon-caret-up" />
|
||||
</span>
|
||||
<span
|
||||
class="ant-table-column-sorter-down off"
|
||||
title="↓">
|
||||
<i
|
||||
class="anticon anticon-caret-down" />
|
||||
</span>
|
||||
</div>
|
||||
</span>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user