[new feature] Tabs: add background prop (#2772)

This commit is contained in:
neverland
2019-02-17 20:37:42 +08:00
committed by GitHub
parent 34e30aac5e
commit cb4127949f
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -158,6 +158,7 @@ export default {
| color | 标签颜色 | `String` | `#f44` | 1.2.0 |
| type | 样式类型,可选值为`card` | `String` | `line` | - |
| duration | 动画时间,单位秒 | `Number` | `0.3` | - |
| background | 标签栏背景色 | `String` | `white` | 1.6.5 |
| line-width | 底部条宽度,单位 px | `Number` | - | 1.1.1 |
| line-height | 底部条高度,单位 px | `Number` | 3 | 1.5.0 |
| swipeable | 是否开启手势滑动切换 | `Boolean` | `false` | 1.0.0 |