From 921f71a8bc20145bd1e3131e5037c407ce7b9401 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 21 Feb 2017 11:56:51 +0800 Subject: [PATCH] revert fix ant-col-xx-0 not disappear as expected --- components/grid/style/mixin.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/grid/style/mixin.less b/components/grid/style/mixin.less index a6330c190a..ad6ed96239 100644 --- a/components/grid/style/mixin.less +++ b/components/grid/style/mixin.less @@ -72,7 +72,7 @@ .loop-grid-columns(@index, @class) when (@index = 0) { .@{ant-prefix}-col@{class}-@{index} { - display: none!important; + display: none; } .@{ant-prefix}-col-push-@{index} { left: auto;