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