Skip to content

Commit 8dfe7ee

Browse files
committed
doc: update
1 parent 7461188 commit 8dfe7ee

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

components/grid/index.en-US.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Following is a brief look at how it works:
2626
- If the sum of \`col\` spans in a \`row\` are more than 24, then the overflowing \`col\` as a whole will start a new line arrangement.
2727

2828
## Flex layout
29-
Our grid systems support Flex layout to allow the elements within the parent to be aligned horizontally - left, center, right, wide arrangement, and decentralized arrangement. The Grid system also supports vertical alignment - top aligned, vertically centered, bottom-aligned. You can also define the order of elements by using \`order\`.
30-
Flex layout uses a 24 grid layout to define the width of each "box", but does not rigidly adhere to the grid layout.
29+
30+
Our grid systems support Flex layout to allow the elements within the parent to be aligned horizontally - left, center, right, wide arrangement, and decentralized arrangement. The Grid system also supports vertical alignment - top aligned, vertically centered, bottom-aligned. You can also define the order of elements by using \`order\`. Flex layout uses a 24 grid layout to define the width of each "box", but does not rigidly adhere to the grid layout.
3131

3232
## API
3333

@@ -58,9 +58,3 @@ Flex layout uses a 24 grid layout to define the width of each "box", but does no
5858
| xxl | `≥1600px`, could be a `span` value or an object containing above props | number\|object | - |
5959

6060
The breakpoints of responsive grid follow [BootStrap 4 media queries rules](https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints)(not including `occasionally part`).
61-
62-
## FAQ
63-
64-
### How to support IE9 when using responsive?
65-
66-
You can use [matchMedia polyfill](https://github.com/paulirish/matchMedia.js/) to handle this.

components/grid/index.zh-CN.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,3 @@ cover: https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Grid.svg
5555
| xxl | `≥1600px` 响应式栅格,可为栅格数或一个包含其他属性的对象 | number\|object | - |
5656

5757
响应式栅格的断点扩展自 [BootStrap 4 的规则](https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints)(不包含链接里 `occasionally` 的部分)。
58-
59-
## FAQ
60-
61-
### IE9 响应式不工作怎么办?
62-
63-
可以引入 [matchMedia polyfill](https://github.com/paulirish/matchMedia.js/) 添加支持。

0 commit comments

Comments
 (0)