Browse Source

fix: the bgc of cascader should be white

pull/2452/head
Benjy Cui 8 years ago
parent
commit
0058c80e98
  1. 2
      components/cascader/style/index.less

2
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;

Loading…
Cancel
Save