docs(Empty): update demo button height (#6399)

This commit is contained in:
neverland 2020-05-28 10:45:28 +08:00 committed by GitHub
parent 661fd07233
commit 2eb093af1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,7 @@ Use the image prop to display different placeholder images
<style>
.bottom-button {
width: 160px;
height: 40px;
}
</style>
```

View File

@ -67,6 +67,7 @@ Empty 组件内置了多种占位图片类型,可以在不同业务场景下
<style>
.bottom-button {
width: 160px;
height: 40px;
}
</style>
```

View File

@ -82,6 +82,7 @@ export default {
.bottom-button {
width: 160px;
height: 40px;
}
}
</style>