update ColorPicker

This commit is contained in:
梁灏 2017-08-18 16:49:42 +08:00
parent 59dc2df009
commit 8105945f4f
4 changed files with 19 additions and 4 deletions

View file

@ -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} {