update the master branch to the latest
This commit is contained in:
parent
67d534df27
commit
23a0ba9831
611 changed files with 122648 additions and 0 deletions
30
src/styles/components/select-dropdown.less
Normal file
30
src/styles/components/select-dropdown.less
Normal file
|
@ -0,0 +1,30 @@
|
|||
@select-dropdown-prefix-cls: ~"@{css-prefix}select-dropdown";
|
||||
@transfer-no-max-height: ~"@{css-prefix}transfer-no-max-height";
|
||||
|
||||
.@{select-dropdown-prefix-cls} {
|
||||
width: inherit;
|
||||
max-height: 200px;
|
||||
overflow: auto;
|
||||
margin: 5px 0;
|
||||
padding: 5px 0;
|
||||
background-color: #fff;
|
||||
box-sizing: border-box;
|
||||
//border: 1px solid @border-color-split;
|
||||
border-radius: @btn-border-radius;
|
||||
//box-shadow: 0 1px 3px rgba(0,0,0,.2);
|
||||
box-shadow: @shadow-base;
|
||||
position: absolute;
|
||||
z-index: @zindex-select;
|
||||
&-transfer{
|
||||
z-index: @zindex-transfer;
|
||||
width: auto;
|
||||
}
|
||||
&.@{transfer-no-max-height} {
|
||||
max-height: none;
|
||||
}
|
||||
}
|
||||
.@{modal-prefix-cls} {
|
||||
.@{select-dropdown-prefix-cls} {
|
||||
position: absolute !important;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue