mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
✅ update button snapshots
This commit is contained in:
parent
b5ed207902
commit
d7a9783299
@ -37,6 +37,43 @@ exports[`renders ./components/button/demo/basic.md correctly 1`] = `
|
|||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
exports[`renders ./components/button/demo/block.md correctly 1`] = `
|
||||||
|
<div>
|
||||||
|
<button
|
||||||
|
class="ant-btn ant-btn-primary ant-btn-block"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<span>
|
||||||
|
Primary
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="ant-btn ant-btn-block"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<span>
|
||||||
|
Default
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="ant-btn ant-btn-dashed ant-btn-block"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<span>
|
||||||
|
Dashed
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="ant-btn ant-btn-danger ant-btn-block"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<span>
|
||||||
|
danger
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
|
||||||
exports[`renders ./components/button/demo/button-group.md correctly 1`] = `
|
exports[`renders ./components/button/demo/button-group.md correctly 1`] = `
|
||||||
<div>
|
<div>
|
||||||
<h4>
|
<h4>
|
||||||
@ -252,43 +289,6 @@ exports[`renders ./components/button/demo/disabled.md correctly 1`] = `
|
|||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`renders ./components/button/demo/block.md correctly 1`] = `
|
|
||||||
<div>
|
|
||||||
<button
|
|
||||||
class="ant-btn ant-btn-primary ant-btn-block"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
<span>
|
|
||||||
Primary
|
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
<button
|
|
||||||
class="ant-btn ant-btn-block"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
<span>
|
|
||||||
Default
|
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
<button
|
|
||||||
class="ant-btn ant-btn-dashed ant-btn-block"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
<span>
|
|
||||||
Dashed
|
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
<button
|
|
||||||
class="ant-btn ant-btn-danger ant-btn-block"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
<span>
|
|
||||||
danger
|
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
`;
|
|
||||||
|
|
||||||
exports[`renders ./components/button/demo/ghost.md correctly 1`] = `
|
exports[`renders ./components/button/demo/ghost.md correctly 1`] = `
|
||||||
<div
|
<div
|
||||||
style="background:rgb(190, 200, 200);padding:26px 16px 16px"
|
style="background:rgb(190, 200, 200);padding:26px 16px 16px"
|
||||||
|
Loading…
Reference in New Issue
Block a user