Skip to content

Commit

Permalink
chore: update backtop docs (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Mar 28, 2023
1 parent f771efb commit 3f76bdf
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/web/api/back-top.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,33 @@ usage: { title: 'BackTop 返回顶部', description: '用于返回页面顶部'
spline: data
---

### 基础型组件(默认距离页面右侧24px,距离页面底部80px,滚动动画时长200ms)
### 基础的回到顶部

默认距离页面右侧24px,距离页面底部80px,滚动动画时长200ms

{{ baseList }}

### 紧凑型组件 (滚动动画时长500ms)
### 可设置不同耗时的回到顶部

{{ baseListSmall }}

### 组件尺寸
### 不同组件尺寸的回到顶部

提供标准(默认)、小两种尺寸。

{{ size }}

### 组件形状
### 不同组件形状的回到顶部

提供圆形和方形两种不同形状。

{{ shape }}

### 组件主题
### 不同组件主题的回到顶部


{{ theme }}

### 自定义内容
### 可自定义内容的回到顶部

{{ custom }}

0 comments on commit 3f76bdf

Please sign in to comment.