docs: Update mobile position of tabs

close #24831
This commit is contained in:
zombiej 2020-06-08 20:51:30 +08:00
parent 862488b41e
commit b2f3596f7d

View File

@ -7,11 +7,11 @@ title:
## zh-CN
有四个位置,`tabPosition="left|right|top|bottom"`。
有四个位置,`tabPosition="left|right|top|bottom"`。在移动端下,`left|right` 会自动切换成 `top`
## en-US
Tab's position: left, right, top or bottom.
Tab's position: left, right, top or bottom. Will auto switch to `top` in mobile.
```jsx
import { Tabs, Select, Space } from 'antd';