update ColorPicker
This commit is contained in:
parent
59dc2df009
commit
8105945f4f
4 changed files with 19 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
|||
@select-dropdown-prefix-cls: ~"@{css-prefix}select-dropdown";
|
||||
@transfer-no-max-height: ~"@{css-prefix}transfer-no-max-height";
|
||||
|
||||
.@{select-dropdown-prefix-cls} {
|
||||
width: inherit;
|
||||
|
@ -17,6 +18,9 @@
|
|||
&-transfer{
|
||||
z-index: @zindex-transfer;
|
||||
}
|
||||
&.@{transfer-no-max-height} {
|
||||
max-height: none;
|
||||
}
|
||||
}
|
||||
.@{modal-prefix-cls} {
|
||||
.@{select-dropdown-prefix-cls} {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue