mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-04 21:27:52 +08:00
Col: fix the responsive bug caused by 'xs' variable (#13468)
This commit is contained in:
parent
94833532d8
commit
48821cffcd
@ -691,7 +691,7 @@ $--lg: 1200px !default;
|
|||||||
$--xl: 1920px !default;
|
$--xl: 1920px !default;
|
||||||
|
|
||||||
$--breakpoints: (
|
$--breakpoints: (
|
||||||
'xs' : (max-width: $--sm),
|
'xs' : (max-width: $--sm - 1),
|
||||||
'sm' : (min-width: $--sm),
|
'sm' : (min-width: $--sm),
|
||||||
'md' : (min-width: $--md),
|
'md' : (min-width: $--md),
|
||||||
'lg' : (min-width: $--lg),
|
'lg' : (min-width: $--lg),
|
||||||
|
Loading…
Reference in New Issue
Block a user