mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
docs: 修改 Layout 组件文档中 breakpoint width
与代码不一致的问题 (#8995)
This commit is contained in:
parent
a760c40665
commit
a2b6d0a23e
@ -103,9 +103,10 @@ The sidebar.
|
|||||||
```js
|
```js
|
||||||
{
|
{
|
||||||
xs: '480px',
|
xs: '480px',
|
||||||
sm: '768px',
|
sm: '576px',
|
||||||
md: '992px',
|
md: '768px',
|
||||||
lg: '1200px',
|
lg: '992px',
|
||||||
xl: '1600px',
|
xl: '1200px',
|
||||||
|
xxl: '1600px',
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -104,9 +104,10 @@ title: Layout
|
|||||||
```js
|
```js
|
||||||
{
|
{
|
||||||
xs: '480px',
|
xs: '480px',
|
||||||
sm: '768px',
|
sm: '576px',
|
||||||
md: '992px',
|
md: '768px',
|
||||||
lg: '1200px',
|
lg: '992px',
|
||||||
xl: '1600px',
|
xl: '1200px',
|
||||||
|
xxl: '1600px',
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user