docs: update numeric type

This commit is contained in:
陈嘉涵
2020-01-29 10:11:09 +08:00
parent 36ba412f70
commit c6f424baa7
85 changed files with 197 additions and 197 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|
| offset-top | Offset top | *number* | `0` |
| z-index | z-index when sticky | *string \| number* | `99` |
| z-index | z-index when sticky | *number \| string* | `99` |
| container | Container DOM | *HTMLElement* | - |
### Events
+1 -1
View File
@@ -67,7 +67,7 @@ export default {
| 参数 | 说明 | 类型 | 默认值 |
|------|------|------|------|
| offset-top | 吸顶时与顶部的距离,单位`px` | *number* | `0` |
| z-index | 吸顶时的 z-index | *string \| number* | `99` |
| z-index | 吸顶时的 z-index | *number \| string* | `99` |
| container | 容器对应的 HTML 节点 | *HTMLElement* | - |
### Events