docs: type highlight (#4264)

This commit is contained in:
neverland
2019-08-27 22:09:21 +08:00
committed by GitHub
parent a79750d00c
commit ecbdc2bede
129 changed files with 1493 additions and 1484 deletions
+3 -3
View File
@@ -56,9 +56,9 @@ export default {
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| offset-top | Offset top | `number` | `0` | - |
| z-index | z-index when sticky | `number` | `99` | - |
| container | Container DOM | `HTMLElement` | - | - |
| offset-top | Offset top | *number* | `0` | - |
| z-index | z-index when sticky | *number* | `99` | - |
| container | Container DOM | *HTMLElement* | - | - |
### Events
+3 -3
View File
@@ -66,9 +66,9 @@ export default {
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| offset-top | 吸顶时与顶部的距离,单位`px` | `number` | `0` | - |
| z-index | 吸顶时的 z-index | `number` | `99` | - |
| container | 容器对应的 HTML 节点 | `HTMLElement` | - | - |
| offset-top | 吸顶时与顶部的距离,单位`px` | *number* | `0` | - |
| z-index | 吸顶时的 z-index | *number* | `99` | - |
| container | 容器对应的 HTML 节点 | *HTMLElement* | - | - |
### Events