mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(Empty): update demo button height (#6399)
This commit is contained in:
parent
661fd07233
commit
2eb093af1f
@ -58,6 +58,7 @@ Use the image prop to display different placeholder images
|
||||
<style>
|
||||
.bottom-button {
|
||||
width: 160px;
|
||||
height: 40px;
|
||||
}
|
||||
</style>
|
||||
```
|
||||
|
@ -67,6 +67,7 @@ Empty 组件内置了多种占位图片类型,可以在不同业务场景下
|
||||
<style>
|
||||
.bottom-button {
|
||||
width: 160px;
|
||||
height: 40px;
|
||||
}
|
||||
</style>
|
||||
```
|
||||
|
@ -82,6 +82,7 @@ export default {
|
||||
|
||||
.bottom-button {
|
||||
width: 160px;
|
||||
height: 40px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user