update ColorPicker

This commit is contained in:
梁灏 2017-08-16 13:52:50 +08:00
parent 5a9cda85f3
commit b6bda1dcb5
4 changed files with 101 additions and 9 deletions

View file

@ -1,5 +1,12 @@
@color-picker-prefix-cls: ~"@{css-prefix}color-picker";
.@{color-picker-prefix-cls} {
&-rel{
line-height: 0;
}
&-color{
width: 20px;
height: 100%;
border: 1px solid @text-color;
}
}