mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 02:08:12 +08:00
fix(style): [col] media sm max-wdith 768 to 767 (#15085)
Co-authored-by: btea <2356281422@qq.com>
This commit is contained in:
parent
9e34ea5e54
commit
e4aeb54278
@ -1425,7 +1425,7 @@ $lg: 1200px !default;
|
||||
$xl: 1920px !default;
|
||||
|
||||
$breakpoints: (
|
||||
'xs': '(max-width: #{$sm})',
|
||||
'xs': '(max-width: #{$sm - 1})',
|
||||
'sm': '(min-width: #{$sm})',
|
||||
'md': '(min-width: #{$md})',
|
||||
'lg': '(min-width: #{$lg})',
|
||||
|
Loading…
Reference in New Issue
Block a user