Browse Source

fix cascader overlay width

pull/911/head
afc163 9 years ago
parent
commit
0df8baefce
  1. 4
      style/components/cascader.less

4
style/components/cascader.less

@ -66,6 +66,8 @@
border: 1px solid @border-color-base;
border-radius: @border-radius-base;
box-shadow: @box-shadow-base;
white-space: nowrap;
height: 180px;
&-hidden {
display: none;
}
@ -88,7 +90,7 @@
}
}
&-menu {
float: left;
display: inline-block;
min-width: 111px;
height: 180px;
list-style: none;

Loading…
Cancel
Save