From 0058c80e980f8bf7c15943a4bd3f14660083876b Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Mon, 11 Jul 2016 11:36:02 +0800 Subject: [PATCH] fix: the bgc of cascader should be white --- components/cascader/style/index.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/cascader/style/index.less b/components/cascader/style/index.less index 5dc5a623f6..1b6a61c1a7 100644 --- a/components/cascader/style/index.less +++ b/components/cascader/style/index.less @@ -18,6 +18,8 @@ cursor: pointer; vertical-align: middle; font-size: @font-size-base; + background-color: #fff; + border-radius: @border-radius-base; &-disabled { cursor: not-allowed;