Browse Source
Merge pull request #14141 from ant-design/emptyImage
adjust empty customize demo image
pull/14158/head
偏右
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
components/empty/__tests__/__snapshots__/demo.test.js.snap
-
components/empty/demo/customize.md
|
|
@ -473,7 +473,7 @@ exports[`renders ./components/empty/demo/customize.md correctly 1`] = ` |
|
|
|
> |
|
|
|
<img |
|
|
|
alt="empty" |
|
|
|
src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg" |
|
|
|
src="https://gw.alipayobjects.com/mdn/miniapp_social/afts/img/A*pevERLJC9v0AAAAAAAAAAABjAQAAAQ/original" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
<p |
|
|
|
|
|
@ -18,7 +18,7 @@ import { Empty, Button } from 'antd'; |
|
|
|
|
|
|
|
ReactDOM.render( |
|
|
|
<Empty |
|
|
|
image="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg" |
|
|
|
image="https://gw.alipayobjects.com/mdn/miniapp_social/afts/img/A*pevERLJC9v0AAAAAAAAAAABjAQAAAQ/original" |
|
|
|
description={ |
|
|
|
<span> |
|
|
|
Customize <a href="#API">Description</a> |
|
|
|