mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
snapshots updated
This commit is contained in:
parent
a1c4d9f45b
commit
ea444bd7eb
@ -7,8 +7,12 @@ exports[`renders ./components/page-header/demo/actions.md correctly 1`] = `
|
||||
<div
|
||||
class="ant-page-header-back-icon"
|
||||
>
|
||||
<button
|
||||
style="border:0;background:transparent;padding:0;line-height:inherit"
|
||||
<div
|
||||
aria-label="back"
|
||||
class="ant-page-header-back-icon-button"
|
||||
role="button"
|
||||
style="border:0;background:transparent;padding:0;line-height:inherit;display:inline-block"
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="icon: arrow-left"
|
||||
@ -29,7 +33,7 @@ exports[`renders ./components/page-header/demo/actions.md correctly 1`] = `
|
||||
/>
|
||||
</svg>
|
||||
</i>
|
||||
</button>
|
||||
</div>
|
||||
<div
|
||||
class="ant-divider ant-divider-vertical"
|
||||
/>
|
||||
@ -412,8 +416,12 @@ exports[`renders ./components/page-header/demo/basic.md correctly 1`] = `
|
||||
<div
|
||||
class="ant-page-header-back-icon"
|
||||
>
|
||||
<button
|
||||
style="border:0;background:transparent;padding:0;line-height:inherit"
|
||||
<div
|
||||
aria-label="back"
|
||||
class="ant-page-header-back-icon-button"
|
||||
role="button"
|
||||
style="border:0;background:transparent;padding:0;line-height:inherit;display:inline-block"
|
||||
tabindex="0"
|
||||
>
|
||||
<i
|
||||
aria-label="icon: arrow-left"
|
||||
@ -434,7 +442,7 @@ exports[`renders ./components/page-header/demo/basic.md correctly 1`] = `
|
||||
/>
|
||||
</svg>
|
||||
</i>
|
||||
</button>
|
||||
</div>
|
||||
<div
|
||||
class="ant-divider ant-divider-vertical"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user