From d61a2c981d8f5145dad0185ed836d0f7c1417969 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 2 Feb 2016 14:06:37 +0800 Subject: [PATCH] fix tree-select disabled style --- style/components/treeSelect.less | 1 + 1 file changed, 1 insertion(+) diff --git a/style/components/treeSelect.less b/style/components/treeSelect.less index 75082338e5..59338fe9ed 100644 --- a/style/components/treeSelect.less +++ b/style/components/treeSelect.less @@ -188,6 +188,7 @@ } &-disabled &-selection--single { + background: #f4f4f4; cursor: not-allowed; }