mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
12 lines
215 B
Markdown
12 lines
215 B
Markdown
|
# Visibility Height
|
||
|
```html
|
||
|
<n-back-top
|
||
|
:right="100"
|
||
|
:bottom="100"
|
||
|
:visibility-height="600"
|
||
|
>
|
||
|
<div style="width: 40px; height: 40px; line-height: 40px; text-align: center;">
|
||
|
4
|
||
|
</div>
|
||
|
</n-back-top>
|
||
|
```
|