2018-06-06 02:48:15 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Spin should only affect the spin element when set style to a nested <Spin>xx</Spin> 1`] = `
|
2020-08-03 10:20:16 +00:00
|
|
|
<div class="ant-spin-nested-loading">
|
2019-01-05 03:24:25 +00:00
|
|
|
<div>
|
2020-08-03 10:20:16 +00:00
|
|
|
<div style="background: red;" class="ant-spin ant-spin-spinning"><span class="ant-spin-dot ant-spin-dot-spin"><i class="ant-spin-dot-item"></i><i class="ant-spin-dot-item"></i><i class="ant-spin-dot-item"></i><i class="ant-spin-dot-item"></i></span>
|
|
|
|
<!---->
|
|
|
|
</div>
|
2019-01-05 03:24:25 +00:00
|
|
|
</div>
|
|
|
|
<div class="ant-spin-container ant-spin-blur">
|
|
|
|
<div>content</div>
|
|
|
|
</div>
|
2018-06-06 02:48:15 +00:00
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Spin should render custom indicator when it's set 1`] = `
|
|
|
|
<div class="ant-spin ant-spin-spinning">
|
2018-06-16 14:57:11 +00:00
|
|
|
<div class="custom-indicator ant-spin-dot"></div>
|
2020-08-03 10:20:16 +00:00
|
|
|
<!---->
|
2018-06-06 02:48:15 +00:00
|
|
|
</div>
|
|
|
|
`;
|