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`] = `
123123exports[`renders ./components/list/demo/infinite-load.md correctly 1`] = `
124124<div infinite-scroll-distance = " 10" class = " demo-infinite-container" >
125125 <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 >
127131 </div >
128132</div >
129133`;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ exports[`renders ./components/spin/demo/basic.md correctly 1`] = `
99exports [` renders ./components/spin/demo/custom-indicator.md correctly 1` ] = `
1010<div >
1111 <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 >
1313 </div >
1414</div >
1515` ;
You can’t perform that action at this time.
0 commit comments