update Cascader style
This commit is contained in:
parent
ddc35c9aaa
commit
a28bc982af
3 changed files with 46 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -173,6 +173,9 @@
|
|||
&-not-found{
|
||||
text-align: center;
|
||||
color: @btn-disable-color;
|
||||
li:not([class^=ivu-]){
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
&-loading{
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue