You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/grid/demo/responsive-more.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ title:
14
14
15
15
## en-US
16
16
17
-
`span` `pull` `push` `offset` `order` property can be embedded into `xs` `sm` `md` `lg` `xl` `xxl` properties to use, where `:xs="6"` is equivalent to `:xs="{ span: 6 }"`.
17
+
`span` `pull` `push` `offset` `order` property can be embedded into `xs` `sm` `md` `lg` `xl` `xxl` `xxxl` properties to use, where `:xs="6"` is equivalent to `:xs="{ span: 6 }"`.
Copy file name to clipboardExpand all lines: components/grid/index.en-US.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,5 +56,6 @@ Our grid systems support Flex layout to allow the elements within the parent to
56
56
| lg |`≥992px`, could be a `span` value or an object containing above props | number\|object | - |
57
57
| xl |`≥1200px`, could be a `span` value or an object containing above props | number\|object | - |
58
58
| xxl |`≥1600px`, could be a `span` value or an object containing above props | number\|object | - |
59
+
| xxxl |`≥2000px`, could be a `span` value or an object containing above props | number\|object | - |
59
60
60
61
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`).
0 commit comments