Browse Source

Fix cascader style bug in Safari and maxthon, close #1066

pull/1165/head
afc163 9 years ago
parent
commit
b347e6c384
  1. 1
      style/components/cascader.less

1
style/components/cascader.less

@ -93,6 +93,7 @@
}
&-menu {
display: inline-block;
vertical-align: top;
min-width: 111px;
height: 180px;
list-style: none;

Loading…
Cancel
Save