mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
update test snapshot
This commit is contained in:
parent
e91aa112bf
commit
359191abeb
@ -205,7 +205,7 @@ exports[`renders ./components/pagination/demo/changer.md correctly 1`] = `
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="ant-pagination-item-link-icon-svg"
|
||||
class=""
|
||||
data-icon="double-right"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
@ -506,7 +506,7 @@ exports[`renders ./components/pagination/demo/itemRender.md correctly 1`] = `
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="ant-pagination-item-link-icon-svg"
|
||||
class=""
|
||||
data-icon="double-right"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
@ -644,7 +644,7 @@ exports[`renders ./components/pagination/demo/jump.md correctly 1`] = `
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="ant-pagination-item-link-icon-svg"
|
||||
class=""
|
||||
data-icon="double-right"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
@ -1171,7 +1171,7 @@ exports[`renders ./components/pagination/demo/more.md correctly 1`] = `
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="ant-pagination-item-link-icon-svg"
|
||||
class=""
|
||||
data-icon="double-left"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
@ -1253,7 +1253,7 @@ exports[`renders ./components/pagination/demo/more.md correctly 1`] = `
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="ant-pagination-item-link-icon-svg"
|
||||
class=""
|
||||
data-icon="double-right"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
|
@ -44,7 +44,7 @@ exports[`renders ./components/switch/demo/loading.md correctly 1`] = `
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="ant-switch-loading-icon-svg"
|
||||
class=""
|
||||
data-icon="loading-3-quarters"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
@ -71,7 +71,7 @@ exports[`renders ./components/switch/demo/loading.md correctly 1`] = `
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="ant-switch-loading-icon-svg"
|
||||
class=""
|
||||
data-icon="loading-3-quarters"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
|
@ -3793,7 +3793,7 @@ exports[`renders ./components/table/demo/edit-row.md correctly 1`] = `
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="ant-pagination-item-link-icon-svg"
|
||||
class=""
|
||||
data-icon="double-right"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
@ -6301,7 +6301,7 @@ exports[`renders ./components/table/demo/fixed-columns-header.md correctly 1`] =
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="ant-pagination-item-link-icon-svg"
|
||||
class=""
|
||||
data-icon="double-right"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
@ -8923,7 +8923,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="ant-pagination-item-link-icon-svg"
|
||||
class=""
|
||||
data-icon="double-right"
|
||||
fill="currentColor"
|
||||
height="1em"
|
||||
|
@ -1190,7 +1190,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
class="anticon anticon-minus-square-o ant-tree-switcher-line-icon"
|
||||
class="anticon anticon-minus-square ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -1234,7 +1234,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_open"
|
||||
>
|
||||
<i
|
||||
class="anticon anticon-minus-square-o ant-tree-switcher-line-icon"
|
||||
class="anticon anticon-minus-square ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -1391,7 +1391,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
class="anticon anticon-plus-square-o ant-tree-switcher-line-icon"
|
||||
class="anticon anticon-plus-square ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
@ -1431,7 +1431,7 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
class="ant-tree-switcher ant-tree-switcher_close"
|
||||
>
|
||||
<i
|
||||
class="anticon anticon-plus-square-o ant-tree-switcher-line-icon"
|
||||
class="anticon anticon-plus-square ant-tree-switcher-line-icon"
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
|
Loading…
Reference in New Issue
Block a user