style(Tabs): adjust default line-width to 40px (#7002)

This commit is contained in:
neverland
2020-08-13 20:50:53 +08:00
committed by GitHub
parent 3c44b5acd9
commit 4f9eeec752
12 changed files with 27 additions and 26 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ export default {
| color | Tab color | _string_ | `#ee0a24` |
| background | Background color | _string_ | `white` |
| duration | Toggle tab's animation time | _number \| string_ | `0.3` | - |
| line-width | Width of tab line | _number \| string_ | Width of active tab |
| line-width | Width of tab line | _number \| string_ | `40px` |
| line-height | Height of tab line | _number \| string_ | `3px` |
| animated | Whether to change tabs with animation | _boolean_ | `false` |
| border | Whether to show border when `type="line"` | _boolean_ | `false` |