Browse Source

make cascader item size autofit

pull/838/head
afc163 9 years ago
parent
commit
3b724b39aa
  1. 6
      style/components/cascader.less

6
style/components/cascader.less

@ -89,7 +89,7 @@
}
&-menu {
float: left;
width: 111px;
min-width: 111px;
height: 180px;
list-style: none;
margin: 0;
@ -102,9 +102,7 @@
}
}
&-menu-item {
height: 32px;
line-height: 32px;
padding: 0 16px;
padding: 7px 16px;
cursor: pointer;
white-space: nowrap;
overflow: hidden;

Loading…
Cancel
Save