snapshot updated

This commit is contained in:
陈帅 2019-04-22 10:14:44 +08:00
parent 7aae4bbc36
commit 1ece80f6bc

View File

@ -283,10 +283,12 @@ exports[`renders ./components/typography/demo/interactive.md correctly 1`] = `
class="ant-typography" class="ant-typography"
> >
This is an editable text. This is an editable text.
<button <div
aria-label="edit" aria-label="edit"
class="ant-typography-edit" class="ant-typography-edit"
style="border:0;background:transparent;padding:0;line-height:inherit" role="button"
style="border:0;background:transparent;padding:0;line-height:inherit;display:inline-block"
tabindex="0"
> >
<i <i
aria-label="icon: edit" aria-label="icon: edit"
@ -308,16 +310,18 @@ exports[`renders ./components/typography/demo/interactive.md correctly 1`] = `
/> />
</svg> </svg>
</i> </i>
</button> </div>
</div> </div>
<div <div
class="ant-typography" class="ant-typography"
> >
This is a copyable text. This is a copyable text.
<button <div
aria-label="copy" aria-label="copy"
class="ant-typography-copy" class="ant-typography-copy"
style="border:0;background:transparent;padding:0;line-height:inherit" role="button"
style="border:0;background:transparent;padding:0;line-height:inherit;display:inline-block"
tabindex="0"
> >
<i <i
aria-label="icon: copy" aria-label="icon: copy"
@ -339,16 +343,18 @@ exports[`renders ./components/typography/demo/interactive.md correctly 1`] = `
/> />
</svg> </svg>
</i> </i>
</button> </div>
</div> </div>
<div <div
class="ant-typography" class="ant-typography"
> >
Replace copy text. Replace copy text.
<button <div
aria-label="copy" aria-label="copy"
class="ant-typography-copy" class="ant-typography-copy"
style="border:0;background:transparent;padding:0;line-height:inherit" role="button"
style="border:0;background:transparent;padding:0;line-height:inherit;display:inline-block"
tabindex="0"
> >
<i <i
aria-label="icon: copy" aria-label="icon: copy"
@ -370,7 +376,7 @@ exports[`renders ./components/typography/demo/interactive.md correctly 1`] = `
/> />
</svg> </svg>
</i> </i>
</button> </div>
</div> </div>
</div> </div>
`; `;