File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
list/__tests__/__snapshots__
spin/__tests__/__snapshots__ Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,11 @@ exports[`renders ./components/list/demo/grid.md correctly 1`] = `
123
123
exports[`renders ./components/list/demo/infinite-load.md correctly 1`] = `
124
124
<div infinite-scroll-distance = " 10" class = " demo-infinite-container" >
125
125
<div class = " ant-list ant-list-split" >
126
- <div class = " ant-spin ant-spin-show-text" ><span class = " ant-spin-dot" ><i ></i ><i ></i ><i ></i ><i ></i ></span ></div >
126
+ <div class = " ant-spin-nested-loading" >
127
+ <div class = " ant-spin-container" >
128
+ <div class = " ant-list-empty-text" >No data</div >
129
+ </div >
130
+ </div >
127
131
</div >
128
132
</div >
129
133
`;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ exports[`renders ./components/spin/demo/basic.md correctly 1`] = `
9
9
exports [` renders ./components/spin/demo/custom-indicator.md correctly 1` ] = `
10
10
<div >
11
11
<div class = " ant-spin ant-spin-spinning ant-spin-show-text" >
12
- <i class = " anticon anticon-loading anticon-spin" style = " font-size: 24px;" ></i >
12
+ <i class = " anticon anticon-loading anticon-spin ant-spin-dot " style = " font-size: 24px;" ></i >
13
13
</div >
14
14
</div >
15
15
` ;
You can’t perform that action at this time.
0 commit comments