1
0
Эх сурвалжийг харах

fix: Grid span = 0 not work when responsive (#1345)

edc-hui 2 жил өмнө
parent
commit
925a0d54fb

+ 1 - 1
packages/semi-foundation/grid/grid.scss

@@ -19,7 +19,7 @@ $module: #{$prefix};
     }
 }
 
-.#{$module}-col-0 {
+.#{$module}-col-0, .#{$module}-col-xs-0, .#{$module}-col-sm-0, .#{$module}-col-md-0, .#{$module}-col-lg-0, .#{$module}-col-xl-0, .#{$module}-col-xxl-0 {
     display: none;
 }