mirror of https://github.com/ElemeFE/element
col-0 support (#3313)
parent
e8ad1013d4
commit
5527a75415
|
@ -5,6 +5,9 @@
|
||||||
float: left;
|
float: left;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
.el-col-0 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
@for $i from 1 to 24 {
|
@for $i from 1 to 24 {
|
||||||
.el-col-$i {
|
.el-col-$i {
|
||||||
|
|
Loading…
Reference in New Issue