We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7cbf3 commit 08e7d77Copy full SHA for 08e7d77
docs/component/tabs.md
@@ -175,7 +175,7 @@ const tab = ref('Design')
175
| sticky | 粘性布局 | boolean | - | false | - |
176
| offset-top | 粘性布局时距离窗口顶部距离 | number | - | 0 | - |
177
| swipeable | 开启手势滑动 | boolean | - | false | - |
178
-| autoLineWidth | 自动调整底部条宽度 | boolean | - | false | - |
+| autoLineWidth | 底部条宽度跟随文字,指定`lineWidth`时此选项不生效 | boolean | - | false | $LOWEST_VERSION$ |
179
| lineWidth | 底部条宽度,单位像素 | number | - | 19 | - |
180
| lineHeight | 底部条高度,单位像素 | number | - | 3 | - |
181
| color | 文字颜色 | string | - | - | - |
0 commit comments