update Cascader style

This commit is contained in:
梁灏 2017-05-18 16:34:09 +08:00
parent ddc35c9aaa
commit a28bc982af
3 changed files with 46 additions and 5 deletions

View file

@ -77,12 +77,20 @@
&-dropdown{
padding: 5px 0;
.@{select-dropdown-prefix-cls}-list{
max-height: 190px;
box-sizing: border-box;
overflow: auto;
}
}
&-not-found-tip{
padding: 5px 0;
text-align: center;
color: @btn-disable-color;
li:not([class^=ivu-]){
margin-bottom: 0;
}
}
&-not-found .@{select-dropdown-prefix-cls} {
width: inherit;

View file

@ -173,6 +173,9 @@
&-not-found{
text-align: center;
color: @btn-disable-color;
li:not([class^=ivu-]){
margin-bottom: 0;
}
}
&-loading{
text-align: center;