docs: 修改 Layout 组件文档中 breakpoint width 与代码不一致的问题 (#8995)

This commit is contained in:
Reed Sun 2018-01-17 21:54:54 +08:00 committed by 偏右
parent a760c40665
commit a2b6d0a23e
2 changed files with 10 additions and 8 deletions

View File

@ -103,9 +103,10 @@ The sidebar.
```js
{
xs: '480px',
sm: '768px',
md: '992px',
lg: '1200px',
xl: '1600px',
sm: '576px',
md: '768px',
lg: '992px',
xl: '1200px',
xxl: '1600px',
}
```

View File

@ -104,9 +104,10 @@ title: Layout
```js
{
xs: '480px',
sm: '768px',
md: '992px',
lg: '1200px',
xl: '1600px',
sm: '576px',
md: '768px',
lg: '992px',
xl: '1200px',
xxl: '1600px',
}
```