mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-25 10:56:35 +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>
|
<style>
|
||||||
.bottom-button {
|
.bottom-button {
|
||||||
width: 160px;
|
width: 160px;
|
||||||
|
height: 40px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
```
|
```
|
||||||
|
@ -67,6 +67,7 @@ Empty 组件内置了多种占位图片类型,可以在不同业务场景下
|
|||||||
<style>
|
<style>
|
||||||
.bottom-button {
|
.bottom-button {
|
||||||
width: 160px;
|
width: 160px;
|
||||||
|
height: 40px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
```
|
```
|
||||||
|
@ -82,6 +82,7 @@ export default {
|
|||||||
|
|
||||||
.bottom-button {
|
.bottom-button {
|
||||||
width: 160px;
|
width: 160px;
|
||||||
|
height: 40px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user