Browse Source

Merge branch 'fix-2234' of https://github.com/ddcat1115/ant-design into ddcat1115-fix-2234

pull/2297/head
afc163 9 years ago
parent
commit
c0a3485ac2
  1. 4
      components/cascader/style/index.less

4
components/cascader/style/index.less

@ -9,14 +9,14 @@
display: block;
cursor: pointer;
width: 100%;
background: rgba(255, 255, 255, 0);
z-index: 1;
}
&-picker {
position: relative;
display: inline-block;
cursor: pointer;
vertical-align: middle;
font-size: @font-size-base;
overflow: hidden;
&-disabled {
cursor: not-allowed;

Loading…
Cancel
Save