Przeglądaj źródła

[doc]Update for v0.4.4

dufu1991 2 lat temu
rodzic
commit
c9e947b9d4
2 zmienionych plików z 6 dodań i 6 usunięć
  1. 3 3
      doc/components/tabs/api.md
  2. 3 3
      doc/components/tabs/api_en.md

+ 3 - 3
doc/components/tabs/api.md

@@ -36,9 +36,9 @@
 | tabInjClass       | String  | ''     | -                                          | N    | 单项 Tab 注入 CSS。                           |
 | activeTabInjClass | String  | ''     | -                                          | N    | 激活的 Tab 注入 CSS。                         |
 | activeInjClass    | String  | ''     | -                                          | N    | 指示器注入 CSS。                              |
-| overflow          | Boolean | false  | true/false                                 | N    | 是否开启溢出隐藏。                            |
-| showNum           | Number  | 3      | -                                          | N    | 开启溢出隐藏时,完整显示 Tab 数。             |
-| autoScroll        | Boolean | false  | true/false                                 | N    | 开启溢出隐藏时,是否开启自动滚动。            |
+| overflow          | Boolean | false  | true/false                                 | N    | 是否开启溢出模式。                            |
+| showNum           | Number  | 3      | -                                          | N    | 开启溢出模式时,完整显示 Tab 数。             |
+| autoScroll        | Boolean | false  | true/false                                 | N    | 开启溢出模式时,是否开启自动滚动。            |
 
 ## Tab Events
 

+ 3 - 3
doc/components/tabs/api_en.md

@@ -36,9 +36,9 @@
 | tabInjClass       | String  | ''      | -                                          | No       | Inject CSS for individual Tabs.                                         |
 | activeTabInjClass | String  | ''      | -                                          | No       | Inject CSS for active Tab.                                              |
 | activeInjClass    | String  | ''      | -                                          | No       | Inject CSS for indicator.                                               |
-| overflow          | Boolean | false   | true/false                                 | No       | Whether to enable overflow hiding.                                      |
-| showNum           | Number  | 3       | -                                          | No       | When overflow hiding is enabled, the number of Tabs to be displayed.    |
-| autoScroll        | Boolean | false   | true/false                                 | No       | Whether to enable automatic scrolling when overflow hiding is enabled.  |
+| overflow          | Boolean | false   | true/false                                 | No       | Whether to enable overflow mode.                                        |
+| showNum           | Number  | 3       | -                                          | No       | When overflow mode is enabled, the number of Tabs to be displayed.      |
+| autoScroll        | Boolean | false   | true/false                                 | No       | Whether to enable automatic scrolling when overflow mode is enabled.    |
 
 ## Tab Events