fix ant-col-xx-0 not disappear as expected

pull/4982/head
afc163 8 years ago
parent b839c624e8
commit c4a67a1bf5

@ -72,7 +72,7 @@
.loop-grid-columns(@index, @class) when (@index = 0) {
.@{ant-prefix}-col@{class}-@{index} {
display: none;
display: none!important;
}
.@{ant-prefix}-col-push-@{index} {
left: auto;

Loading…
Cancel
Save